diff options
Diffstat (limited to 'news/newscache/Makefile')
-rw-r--r-- | news/newscache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile index f173cd79a280..104555681632 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -17,10 +17,10 @@ COMMENT= NewsCache is a free cache server for USENET News LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++ -USE_AUTOHEADER= yes USE_AUTOMAKE_VER= 15 +USE_AUTOHEADER_VER= 253 USE_GETOPT_LONG= yes -USE_REINPLACE= yes +USE_REINPLACE= yes AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |