diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 15:31:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 15:31:01 +0000 |
commit | b1a97bba245f958ff20aeb48fd1c7b371dc828d4 (patch) | |
tree | 3c8f86526c9c4472bc092babe356c2581a04b004 /devel/libcfu/Makefile | |
parent | ac846c561558efd805a316db4f31c2e60cb65990 (diff) | |
download | ports-b1a97bba245f958ff20aeb48fd1c7b371dc828d4.tar.gz ports-b1a97bba245f958ff20aeb48fd1c7b371dc828d4.zip |
Notes
Diffstat (limited to 'devel/libcfu/Makefile')
-rw-r--r-- | devel/libcfu/Makefile | 8 |
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> |