diff options
Diffstat (limited to 'news/s-news/Makefile')
-rw-r--r-- | news/s-news/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/s-news/Makefile b/news/s-news/Makefile index 267f868..77833b2 100644 --- a/news/s-news/Makefile +++ b/news/s-news/Makefile @@ -21,8 +21,8 @@ CONFLICTS= nntp-[0-9]* CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-confdir=${PREFIX}/etc/s-news \ --with-spooldir=/var/spool/s-news -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include USE_GMAKE= yes HAS_CONFIGURE= yes |