diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-29 02:39:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-29 02:39:11 +0800 |
commit | eda9b22bf3a8be4d9ebf6b0c24b1ef0a203577b7 (patch) | |
tree | 7bfb16d9005f4641e8c69e633cabc7c1a818ab27 /www | |
parent | e265a2ee6976e4f4605c0bb5fdb83e1bc2e8a5bc (diff) | |
download | freebsd-ports-gnome-eda9b22bf3a8be4d9ebf6b0c24b1ef0a203577b7.tar.gz freebsd-ports-gnome-eda9b22bf3a8be4d9ebf6b0c24b1ef0a203577b7.tar.zst freebsd-ports-gnome-eda9b22bf3a8be4d9ebf6b0c24b1ef0a203577b7.zip |
Convert to USES=autoreconf
Diffstat (limited to 'www')
-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 |