diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-17 05:06:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-17 05:06:26 +0000 |
commit | 634d927abf7d80df2d4a1216180d846bab8090e3 (patch) | |
tree | 4ab1276983a4d31bb7d84e7b4d1f44db730cb09a | |
parent | Assign maintainership back to ports@. Thanks for all your work, Martin. (diff) |
Convert to new GNOME infrastructure.
Notes
Notes:
svn path=/head/; revision=87111
-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> |