diff options
author | ade <ade@FreeBSD.org> | 2002-04-13 23:21:55 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-04-13 23:21:55 +0000 |
commit | cb25ed469396f5c0d986b387c53817755d05bec3 (patch) | |
tree | dc0b9ab884f6b4b4b0d630b76ac839a406b58d7c /editors/gedit | |
parent | c10903ab4a9c69985693f1ddb7f011881bef776d (diff) | |
download | FreeBSD-ports-cb25ed469396f5c0d986b387c53817755d05bec3.zip FreeBSD-ports-cb25ed469396f5c0d986b387c53817755d05bec3.tar.gz |
Missed these two in yesterday's uber-patch owing to a botched local
tree merge problem.
Pointy hat to: ade
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index ac2f8dc..9ff2a61 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -7,18 +7,23 @@ PORTNAME= gedit PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gedit MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old + USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT="${LOCALBASE}/bin/msgfmt-old" \ + XGETTEXT="${LOCALBASE}/bin/xgettext-old" MAN1= gedit.1 |