diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-10 00:13:22 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-10 00:13:22 +0800 |
commit | c0029a042d9162e06846c097968516fd123f94f9 (patch) | |
tree | 4cef51ef20954f91de8801eaabdad83f5dad3c69 /devel | |
parent | b19d3fef0c66ec89eae60fee5285872d645bc2f0 (diff) | |
download | freebsd-ports-gnome-c0029a042d9162e06846c097968516fd123f94f9.tar.gz freebsd-ports-gnome-c0029a042d9162e06846c097968516fd123f94f9.tar.zst freebsd-ports-gnome-c0029a042d9162e06846c097968516fd123f94f9.zip |
- USE_GNOME= gnomeprefix gnomehack gnomelibs
- Bump PORTREVISION
Inspired by: mezz
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pharmacy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pharmacy/Makefile b/devel/pharmacy/Makefile index a844d0b1f4d2..b71d270003d4 100644 --- a/devel/pharmacy/Makefile +++ b/devel/pharmacy/Makefile @@ -7,7 +7,7 @@ PORTNAME= pharmacy PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= GNOME frontend for CVS USE_GMAKE= yes -USE_GNOME= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPCFLAGS="-I${LOCALBASE}/include" \ |