diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /news/newsstar | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) | |
download | ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip |
Notes
Diffstat (limited to 'news/newsstar')
-rw-r--r-- | news/newsstar/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile index db2fa37eb3c1..16b53d8dcd4d 100644 --- a/news/newsstar/Makefile +++ b/news/newsstar/Makefile @@ -23,14 +23,13 @@ SHEBANG_FILES= newsstar.in OPTIONS_DEFINE= SSL OPTIONS_DEFAULT= SSL -CONFIGURE_ARGS+=--prefix=${PREFIX} \ - --disable-chown \ +CONFIGURE_ARGS+=--disable-chown \ --with-conf-dir=${PREFIX}/etc/newsstar \ --with-rc-dir=/var/spool/newsstar/lib \ --with-incoming-dir=/var/spool/newsstar/incoming -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} .include <bsd.port.options.mk> |