aboutsummaryrefslogtreecommitdiff
path: root/devel/libcfu/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 15:31:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 15:31:01 +0000
commitb1a97bba245f958ff20aeb48fd1c7b371dc828d4 (patch)
tree3c8f86526c9c4472bc092babe356c2581a04b004 /devel/libcfu/Makefile
parentac846c561558efd805a316db4f31c2e60cb65990 (diff)
downloadports-b1a97bba245f958ff20aeb48fd1c7b371dc828d4.tar.gz
ports-b1a97bba245f958ff20aeb48fd1c7b371dc828d4.zip
Notes
Diffstat (limited to 'devel/libcfu/Makefile')
-rw-r--r--devel/libcfu/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libcfu/Makefile b/devel/libcfu/Makefile
index 0151c2d408a3..ea35697f8773 100644
--- a/devel/libcfu/Makefile
+++ b/devel/libcfu/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libcfu
DISTVERSION= 0.04a
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GHL
@@ -16,11 +16,11 @@ GH_ACCOUNT= crees
GH_COMMIT= 947dba4
GH_TAGNAME= 947dba4
-USES= makeinfo pkgconfig pathfix libtool
+USES= autoreconf makeinfo pkgconfig pathfix libtool
PATHFIX_MAKEFILEIN= Makefile.am
+INSTALL_TARGET= install-strip
-USE_AUTOTOOLS= autoconf autoheader automake aclocal libtoolize
-AUTOMAKE_ARGS= --add-missing
+GNU_CONFIGURE= yes
INFO= ${PORTNAME}
.include <bsd.port.mk>