diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-16 22:27:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-16 22:27:07 +0800 |
commit | deba524ae196cfb80c10298ce67c0dd05db3c695 (patch) | |
tree | 57e0165e18b4d284638a25a4efdc0fb1a8db1d47 /editors/gmanedit/Makefile | |
parent | c75b586910339c056afcac9a628f4f4b7668634e (diff) | |
download | freebsd-ports-gnome-deba524ae196cfb80c10298ce67c0dd05db3c695.tar.gz freebsd-ports-gnome-deba524ae196cfb80c10298ce67c0dd05db3c695.tar.zst freebsd-ports-gnome-deba524ae196cfb80c10298ce67c0dd05db3c695.zip |
- Fix dependency
PR: 138815
Submitted by: Ports Fury
Feature safe: yes
Diffstat (limited to 'editors/gmanedit/Makefile')
-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" \ |