diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-23 04:05:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-23 04:05:53 +0800 |
commit | 02ce35e8c1ee9f85b944e0b84478667985c45086 (patch) | |
tree | be41be8e9f178b8f5f83a443d67ad956272959d8 /editors/gedit2/Makefile | |
parent | 16edcebeb67a7c10782ba9062237f8ebb9c4a985 (diff) | |
download | marcuscom-ports-02ce35e8c1ee9f85b944e0b84478667985c45086.tar marcuscom-ports-02ce35e8c1ee9f85b944e0b84478667985c45086.tar.gz marcuscom-ports-02ce35e8c1ee9f85b944e0b84478667985c45086.tar.bz2 marcuscom-ports-02ce35e8c1ee9f85b944e0b84478667985c45086.tar.lz marcuscom-ports-02ce35e8c1ee9f85b944e0b84478667985c45086.tar.xz marcuscom-ports-02ce35e8c1ee9f85b944e0b84478667985c45086.tar.zst marcuscom-ports-02ce35e8c1ee9f85b944e0b84478667985c45086.zip |
Update to 2.3.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@796 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit2/Makefile')
-rw-r--r-- | editors/gedit2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 5309b095d..b82aa5fad 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gedit2 -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 @@ -14,7 +14,7 @@ DISTNAME= gedit-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A small but powerful text editor for Gnome 2.0 Desktop Environment +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 @@ -28,10 +28,10 @@ USE_LIBTOOL= yes USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui libgnomeui \ eel2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="2.4" -MAN1= gedit.1 +MAN1= gedit.1 post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |