diff options
-rw-r--r-- | www/fcgiwrap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile index f71d08870ef2..1c22be0f202b 100644 --- a/www/fcgiwrap/Makefile +++ b/www/fcgiwrap/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi -USES= gmake pkgconfig +USES= autoreconf gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= gnosek @@ -23,8 +23,6 @@ GH_TAGNAME= ${PORTVERSION} USE_RC_SUBR= fcgiwrap -USE_AUTOTOOLS= aclocal autoconf autoheader - CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib GNU_CONFIGURE= yes |