aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-21 23:37:16 +0800
committerbapt <bapt@FreeBSD.org>2015-06-21 23:37:16 +0800
commite2077cb7891eb15e445400f1d83213b75133023b (patch)
tree91c7df795a6caa52ab44a2c94ed8ef81557c4665
parent02eb0590d85d18d9b4f9c55c6084c0ad295dd08c (diff)
downloadfreebsd-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/Makefile6
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>