diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-09 18:58:32 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-09 18:58:32 +0000 |
commit | f3fa78006b501f9d2fb7a68abde950e7e8a80614 (patch) | |
tree | d1f99f737b614dee7157d87bef784e2fa7ecc2c6 /x11-fm | |
parent | 2a3131f1f3e644abf253d85170ed5fb14d7fbd36 (diff) | |
download | FreeBSD-ports-f3fa78006b501f9d2fb7a68abde950e7e8a80614.zip FreeBSD-ports-f3fa78006b501f9d2fb7a68abde950e7e8a80614.tar.gz |
Add a dependency on ssh-askpass. Bump PORTREVISION.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/apotheke/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fm/apotheke/Makefile b/x11-fm/apotheke/Makefile index d79c151..7ec92cc 100644 --- a/x11-fm/apotheke/Makefile +++ b/x11-fm/apotheke/Makefile @@ -7,12 +7,14 @@ PORTNAME= apotheke PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= ftp://ftp.berlios.de/pub/apotheke/ MAINTAINER= martin.klaffenboeck@gmx.at LIB_DEPENDS= nautilus.2:${PORTSDIR}/x11-fm/nautilus2 +RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass USE_GNOMENG= yes USE_GNOME= gnomehack gnomeprefix |