diff options
author | ade <ade@FreeBSD.org> | 2001-06-19 17:43:08 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-19 17:43:08 +0800 |
commit | bd19e1a68b8ed08a41e8c54fd446db6f9f845e20 (patch) | |
tree | aa722e8c34867c9ef44b9a037ba7194406118f02 /misc/gnomepm/Makefile | |
parent | da2658174d17d340834adda18ae39b24e984619d (diff) | |
download | freebsd-ports-gnome-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.tar.gz freebsd-ports-gnome-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.tar.zst freebsd-ports-gnome-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.zip |
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
Diffstat (limited to 'misc/gnomepm/Makefile')
-rw-r--r-- | misc/gnomepm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gnomepm/Makefile b/misc/gnomepm/Makefile index 581379ff5acf..17be00364d4c 100644 --- a/misc/gnomepm/Makefile +++ b/misc/gnomepm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomepm PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.one.net/pub/users/dobez/ @@ -15,8 +16,6 @@ DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp - USE_X_PREFIX= yes USE_GNOME= yes GNU_CONFIGURE= yes |