diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 23:37:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 23:37:16 +0800 |
commit | e2077cb7891eb15e445400f1d83213b75133023b (patch) | |
tree | 91c7df795a6caa52ab44a2c94ed8ef81557c4665 | |
parent | 02eb0590d85d18d9b4f9c55c6084c0ad295dd08c (diff) | |
download | freebsd-ports-gnome-e2077cb7891eb15e445400f1d83213b75133023b.tar.gz freebsd-ports-gnome-e2077cb7891eb15e445400f1d83213b75133023b.tar.zst freebsd-ports-gnome-e2077cb7891eb15e445400f1d83213b75133023b.zip |
Convert to USES=autoreconf
-rw-r--r-- | games/frobtads/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile index c65c40dbceb7..2b440210e660 100644 --- a/games/frobtads/Makefile +++ b/games/frobtads/Makefile @@ -16,14 +16,10 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ CONFLICTS= tads-2.* -USES= gmake -USE_AUTOTOOLS= automake autoconf +USES= autoreconf gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lcompat -pre-configure: - (cd ${WRKSRC}; ${SH} bootstrap) - .include <bsd.port.mk> |