diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 10:51:16 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 10:51:16 +0800 |
commit | 8ca7b0188594153875bb2a9ecc42640a164f458d (patch) | |
tree | fbf580ad96d1fe2f23edbd1fec5342b314fe4867 /mail/cone | |
parent | bcb27a79a49564bc4f677adb8c8e94ec65b2d52d (diff) | |
download | freebsd-ports-gnome-8ca7b0188594153875bb2a9ecc42640a164f458d.tar.gz freebsd-ports-gnome-8ca7b0188594153875bb2a9ecc42640a164f458d.tar.zst freebsd-ports-gnome-8ca7b0188594153875bb2a9ecc42640a164f458d.zip |
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
correct. To work around this, change dependency line from bin/gpg
to bin/gpgv which exists in security/gnupg1 port only.
Spotted by: ume
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 88a6407dd306..4e7dd2c89c11 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -7,7 +7,7 @@ PORTNAME= cone PORTVERSION= 0.69 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ @@ -20,7 +20,7 @@ MAINTAINER= ler@lerctr.org COMMENT= Console based mail client with POP3/IMAP/SMAP support LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 +BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 RUN_DEPENDS= ${BUILD_DEPENDS} USE_FAM= yes |