From 2f95b548dc9490f24cfffd1cd42b70b8b410afd7 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 15 Feb 2014 10:06:30 +0000 Subject: [PATCH] - Stage support - Convert USE_GMAKE to USES --- games/frobtads/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile index f7ccfc812a2c..dd2f53484b6a 100644 --- a/games/frobtads/Makefile +++ b/games/frobtads/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ CONFLICTS= tads-2.* -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= automake autoconf GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lcompat" @@ -24,7 +24,6 @@ CONFIGURE_ENV= LIBS="-lcompat" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes pre-configure: (cd ${WRKSRC}; ${SH} bootstrap)