diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-03-21 02:54:36 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-03-21 02:54:36 +0800 |
commit | 880de460a77f788b5c53e87ade37a67bb7e5c22e (patch) | |
tree | 210b594f0f2a639c65ceffaa1a03f48ce6bc7105 | |
parent | eab7ee9d4879ce057121b8eeacbfde943a4495ed (diff) | |
download | freebsd-ports-gnome-880de460a77f788b5c53e87ade37a67bb7e5c22e.tar.gz freebsd-ports-gnome-880de460a77f788b5c53e87ade37a67bb7e5c22e.tar.zst freebsd-ports-gnome-880de460a77f788b5c53e87ade37a67bb7e5c22e.zip |
- Remove USE_X_PREFIX
- Bump PORTREVISION
-rw-r--r-- | devel/pharmacy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pharmacy/Makefile b/devel/pharmacy/Makefile index e03d94bc9194..a844d0b1f4d2 100644 --- a/devel/pharmacy/Makefile +++ b/devel/pharmacy/Makefile @@ -7,14 +7,13 @@ PORTNAME= pharmacy PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= SF MAINTAINER= tabthorpe@FreeBSD.org COMMENT= GNOME frontend for CVS -USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes USE_GETTEXT= yes |