diff options
Diffstat (limited to 'news/c-nocem/Makefile')
-rw-r--r-- | news/c-nocem/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index 6aa613b492b8..ca07f6db2745 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= http://sites.inka.de/~bigred/sw/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= NoCeM for C News and INN -FETCH_DEPENDS= ${DISTDIR}/c-news/c-news.tar.Z:${PORTSDIR}/${CNEWS_PORT}:checksum -BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${PORTSDIR}/${CNEWS_PORT}:configure -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/${CNEWS_PORT} \ - gpgv:${PORTSDIR}/security/gnupg1 +FETCH_DEPENDS= ${DISTDIR}/c-news/c-news.tar.Z:${CNEWS_PORT}:checksum +BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${CNEWS_PORT}:configure +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${CNEWS_PORT} \ + gpgv:security/gnupg1 USES= perl5 gmake GNU_CONFIGURE= yes |