diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
commit | 265500d7d8b65ca413aaee2904fbc7a95b74bc17 (patch) | |
tree | d52f4de392099aa5dde3456739362f46e39a898d /news | |
parent | Add fldigi 1.11, a digital decoder for psk, cw, psk31, olivia. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=180452
Diffstat (limited to 'news')
-rw-r--r-- | news/c-nocem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index 6b70337e1a9e..1d541787ca3b 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -6,7 +6,7 @@ PORTNAME= c-nocem PORTVERSION= 3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news security MASTER_SITES= http://sites.inka.de/~bigred/sw/ \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ @@ -16,7 +16,7 @@ COMMENT= NoCeM for C News and INN BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${PORTSDIR}/${CNEWS_PORT}:configure BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/${CNEWS_PORT} \ - gpg:${PORTSDIR}/security/gnupg1 + gpgv:${PORTSDIR}/security/gnupg1 WRKSRC= ${WRKDIR}/c-nocem CNEWS_PORT?= news/cnews |