diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-17 19:09:28 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-17 19:09:28 +0000 |
commit | 7c32a91eaf4b64799dfdf4ec6fbf65d5410e1a6d (patch) | |
tree | c4a87c2208a484bdddeeab48f4d30ef63acb80f4 /x11-fm/nautilus2 | |
parent | 42a490665842062256925049ba3f79e5d58416ee (diff) | |
download | ports-7c32a91eaf4b64799dfdf4ec6fbf65d5410e1a6d.tar.gz ports-7c32a91eaf4b64799dfdf4ec6fbf65d5410e1a6d.zip |
Notes
Diffstat (limited to 'x11-fm/nautilus2')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 6dd15367a707..34adae6471ea 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -7,12 +7,14 @@ PORTNAME= nautilus PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/nautilus MAINTAINER= ade@FreeBSD.org +BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ gtkhtml.4:${PORTSDIR}/www/gtkhtml \ ghttp.1:${PORTSDIR}/www/libghttp \ @@ -20,8 +22,7 @@ LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ .if defined(WITH_MOZILLA) MOZILLA= mozilla-embedded -BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm \ - ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} +BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} .endif GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |