diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-17 13:06:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-17 13:06:26 +0800 |
commit | 21a40b181c7150ce92dd9a2ad06028f3cf0f9a66 (patch) | |
tree | 60184f61230b98bd0945434f5e88b7cdeb928168 /x11-fm/apotheke | |
parent | 24eae2fea717c837c2dcaf36e9a0e49ac521fae4 (diff) | |
download | freebsd-ports-gnome-21a40b181c7150ce92dd9a2ad06028f3cf0f9a66.tar.gz freebsd-ports-gnome-21a40b181c7150ce92dd9a2ad06028f3cf0f9a66.tar.zst freebsd-ports-gnome-21a40b181c7150ce92dd9a2ad06028f3cf0f9a66.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'x11-fm/apotheke')
-rw-r--r-- | x11-fm/apotheke/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fm/apotheke/Makefile b/x11-fm/apotheke/Makefile index 240d16669e37..38240c91169b 100644 --- a/x11-fm/apotheke/Makefile +++ b/x11-fm/apotheke/Makefile @@ -14,13 +14,11 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/apotheke/ MAINTAINER= ports@freebsd.org COMMENT= A CVS view for Nautilus -LIB_DEPENDS= nautilus.2:${PORTSDIR}/x11-fm/nautilus2 RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomehack gnomeprefix nautilus2 USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |