diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 17:43:08 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 17:43:08 +0800 |
commit | 4f5620349fd6cb517674e9a46fa32d7de5e32bde (patch) | |
tree | 546af44a46be11b58796225353098559bf252e22 /misc | |
parent | b5271952f064e6eaca172f7968d8dbe08acd81e9 (diff) | |
download | freebsd-ports-gnome-4f5620349fd6cb517674e9a46fa32d7de5e32bde.tar.gz freebsd-ports-gnome-4f5620349fd6cb517674e9a46fa32d7de5e32bde.tar.zst freebsd-ports-gnome-4f5620349fd6cb517674e9a46fa32d7de5e32bde.zip |
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnomepm/Makefile | 3 | ||||
-rw-r--r-- | misc/metatheme/Makefile | 6 | ||||
-rw-r--r-- | misc/metatheme2/Makefile | 6 |
3 files changed, 5 insertions, 10 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 diff --git a/misc/metatheme/Makefile b/misc/metatheme/Makefile index cbaafb7e2a2a..d203b8175c83 100644 --- a/misc/metatheme/Makefile +++ b/misc/metatheme/Makefile @@ -7,15 +7,13 @@ PORTNAME= metatheme PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= ftp://ftp.helixcode.com/pub/obsolete/metatheme/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml \ - gal.7:${PORTSDIR}/x11-toolkits/gal \ - gnet.0:${PORTSDIR}/net/gnet +LIB_DEPENDS= gnet.0:${PORTSDIR}/net/gnet USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/misc/metatheme2/Makefile b/misc/metatheme2/Makefile index cbaafb7e2a2a..d203b8175c83 100644 --- a/misc/metatheme2/Makefile +++ b/misc/metatheme2/Makefile @@ -7,15 +7,13 @@ PORTNAME= metatheme PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= ftp://ftp.helixcode.com/pub/obsolete/metatheme/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml \ - gal.7:${PORTSDIR}/x11-toolkits/gal \ - gnet.0:${PORTSDIR}/net/gnet +LIB_DEPENDS= gnet.0:${PORTSDIR}/net/gnet USE_X_PREFIX= yes USE_GMAKE= yes |