diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-16 05:16:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-16 05:16:39 +0800 |
commit | af14a7a4df2200803e8d5e39b5e243573de0d0e4 (patch) | |
tree | 01bbd0c9ef279de45e7df7ad02a88a5e3235fa1b /editors | |
parent | a29c34be3dc453e0d0782d8d88eb90d2201db18a (diff) | |
download | marcuscom-ports-af14a7a4df2200803e8d5e39b5e243573de0d0e4.tar marcuscom-ports-af14a7a4df2200803e8d5e39b5e243573de0d0e4.tar.gz marcuscom-ports-af14a7a4df2200803e8d5e39b5e243573de0d0e4.tar.bz2 marcuscom-ports-af14a7a4df2200803e8d5e39b5e243573de0d0e4.tar.lz marcuscom-ports-af14a7a4df2200803e8d5e39b5e243573de0d0e4.tar.xz marcuscom-ports-af14a7a4df2200803e8d5e39b5e243573de0d0e4.tar.zst marcuscom-ports-af14a7a4df2200803e8d5e39b5e243573de0d0e4.zip |
Use the gtksourceview component.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@882 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 91e80e42e..9f1871515 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -16,8 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A small but powerful text editor for Gnome 2 Desktop Environment -LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell \ - gtksourceview-1.0.0:${PORTSDIR}/x11-toolkits/gtksourceview +LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell USE_BZIP2= yes USE_X_PREFIX= yes @@ -26,7 +25,7 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui libgnomeui \ - eel2 + eel2 gtksourceview CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="2.4" |