diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
commit | fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e (patch) | |
tree | 31a09f87aa54867613bdaa899315c4a22186d754 /news | |
parent | 78c9ed8ab3fb2e5838545eeeaa11b3682193a9df (diff) |
Notes
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 83dfa90e23d0..6b70337e1a9e 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -6,7 +6,7 @@ PORTNAME= c-nocem PORTVERSION= 3.7 -PORTREVISION= 1 +PORTREVISION= 2 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/gnupg + gpg:${PORTSDIR}/security/gnupg1 WRKSRC= ${WRKDIR}/c-nocem CNEWS_PORT?= news/cnews |