diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
commit | 95e70819761ed898d6a4ea9874d4bd43a5491f3e (patch) | |
tree | 05c37dd385b99b953046290a1ad749042e2d1c51 /news | |
parent | 284101cc39e019e4530f6878d10381ed2e68a3d5 (diff) | |
download | ports-95e70819761ed898d6a4ea9874d4bd43a5491f3e.tar.gz ports-95e70819761ed898d6a4ea9874d4bd43a5491f3e.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/newsstar/Makefile | 2 | ||||
-rw-r--r-- | news/slrn/Makefile | 2 | ||||
-rw-r--r-- | news/tin/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile index 9536a2b234c4..99b90cdfc8db 100644 --- a/news/newsstar/Makefile +++ b/news/newsstar/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ USE_PERL5= yes GNU_CONFIGURE= yes -USE_ICONV= yes +USES= iconv MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= SSL diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 283fead6a365..15747edb5644 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang2 CONFLICTS_INSTALL= ja-slrn-[0-9]* USE_GMAKE= yes -USE_ICONV= yes +USES= iconv GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-ipv6 --disable-inews --with-slrnpull \ diff --git a/news/tin/Makefile b/news/tin/Makefile index ec65d8c86faf..43484c62b34d 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support USE_BZIP2= yes USE_GMAKE= yes -USE_ICONV= yes +USES= iconv GNU_CONFIGURE= yes TIN_EDITOR?= /usr/bin/ee TIN_SCREEN?= ncursesw |