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 | |
| parent | Update 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
| -rw-r--r-- | x11-fm/nautilus/Makefile | 5 | ||||
| -rw-r--r-- | x11-fm/nautilus2/Makefile | 5 | 
2 files changed, 6 insertions, 4 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 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  | 
