summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-29 12:06:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-29 12:06:18 +0000
commit04e188869dd5049c062bd3c4581d6bed1344a928 (patch)
tree170211d18a86f9f04302144fe3e552fb7ebb5ba6
parent3da9e0050fee691b13f90f54ea8baab60dcfcbfa (diff)
downloadfreebsd-ports-04e188869dd5049c062bd3c4581d6bed1344a928.zip
- Switch to USES=autoreconf
-rw-r--r--x11-themes/emerald-themes/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-themes/emerald-themes/Makefile b/x11-themes/emerald-themes/Makefile
index d8a44902e010..cba89355003b 100644
--- a/x11-themes/emerald-themes/Makefile
+++ b/x11-themes/emerald-themes/Makefile
@@ -10,15 +10,11 @@ COMMENT= Themes for the Emerald Window Decorator
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
-GNU_CONFIGURE= yes
-USES= gmake shebangfix tar:bzip2
-USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env
+USES= autoreconf gmake shebangfix tar:bzip2
SHEBANG_FILES= themes/import.sh
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-pre-configure:
- @cd ${WRKSRC} && ./autogen.sh
-
.include <bsd.port.mk>