diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-13 14:13:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-13 14:13:07 +0800 |
commit | 5f2b363ed0825511ad0e7415cb45a681468a1cd5 (patch) | |
tree | e8fe4c462aeea30fadb01c8421d8eb76ac837c65 /news/c-nocem | |
parent | 929e8dbf2d6b504a12689b7dee9d415ab4a84035 (diff) | |
download | freebsd-ports-gnome-5f2b363ed0825511ad0e7415cb45a681468a1cd5.tar.gz freebsd-ports-gnome-5f2b363ed0825511ad0e7415cb45a681468a1cd5.tar.zst freebsd-ports-gnome-5f2b363ed0825511ad0e7415cb45a681468a1cd5.zip |
- Fix build on CURRRENT
switch to USE_PERL5, even as it builds with perl4
Diffstat (limited to 'news/c-nocem')
-rw-r--r-- | news/c-nocem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index 6dd78c9ade8a..871d2f5f6d5a 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews \ WRKSRC= ${WRKDIR}/c-nocem CNEWSSRC?= ${.CURDIR}/../cnews/work NEWSBIN?= ${PREFIX}/libexec/cnews +USE_PERL5= yes # build with perl4 fine too. USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cnews=${WRKDIRPREFIX}${CNEWSSRC} |