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 /x11-fm/nautilus2 | |
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 'x11-fm/nautilus2')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 06a41534457f..7f32a808cdba 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -7,6 +7,7 @@ PORTNAME= nautilus PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/nautilus @@ -20,7 +21,6 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ freetype.6:${PORTSDIR}/print/freetype2 \ - ghttp.1:${PORTSDIR}/www/libghttp \ eel.0:${PORTSDIR}/x11-toolkits/eel .if !defined(WITHOUT_MOZILLA) |