summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-09-17 19:09:28 +0000
committerAde Lovett <ade@FreeBSD.org>2000-09-17 19:09:28 +0000
commit7c32a91eaf4b64799dfdf4ec6fbf65d5410e1a6d (patch)
treec4a87c2208a484bdddeeab48f4d30ef63acb80f4 /x11-fm/nautilus
parentUpdate to version 1.0.1 (diff)
Fix rpm dependency issue.
Submitted by: Guenther Schmidt <guenther.schmidt@bigfoot.de>
Notes
Notes: svn path=/head/; revision=32779
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r--x11-fm/nautilus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index 6dd15367a707..34adae6471ea 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/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