diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-16 14:27:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-16 14:27:07 +0000 |
commit | a58b060f9813a3adb9fbc12e320482c59b576033 (patch) | |
tree | 3c83cecd095d3ebbb7650dac098ed8c37fd40add /editors | |
parent | 2210ebb84d3de7a473e97a048539f484a57261d8 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gmanedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index 37a858b6de03..99352696ace8 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -7,14 +7,15 @@ PORTNAME= gmanedit PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME manpages editor -USE_GNOME= gnomehack gnometarget libgnomeui +USE_GNOME= gnomehack gtk20 +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |