diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 12:33:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 12:33:58 +0800 |
commit | 5d104245343a9948ef756d2848d770d58b01445b (patch) | |
tree | 79a61a6af520c245eebf2a5cf48c121b210dfd74 /editors/gedit/Makefile | |
parent | 717782ff29adff30db680d1ea1c81e2bce2ce6d1 (diff) | |
download | marcuscom-ports-5d104245343a9948ef756d2848d770d58b01445b.tar marcuscom-ports-5d104245343a9948ef756d2848d770d58b01445b.tar.gz marcuscom-ports-5d104245343a9948ef756d2848d770d58b01445b.tar.bz2 marcuscom-ports-5d104245343a9948ef756d2848d770d58b01445b.tar.lz marcuscom-ports-5d104245343a9948ef756d2848d770d58b01445b.tar.xz marcuscom-ports-5d104245343a9948ef756d2848d770d58b01445b.tar.zst marcuscom-ports-5d104245343a9948ef756d2848d770d58b01445b.zip |
Update to 2.15.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7119 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r-- | editors/gedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 443b7d34f..8c49e5ddd 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.41 2006/08/08 04:47:53 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.42 2006/08/14 22:10:35 adamw Exp $ # PORTNAME= gedit -PORTVERSION= 2.15.7 +PORTVERSION= 2.15.8 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -28,6 +28,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack \ libgnomeprintui libgnomeui eel2 gtksourceview desktopfileutils WANT_GNOME= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="2.14" |