diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 02:02:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 02:02:53 +0800 |
commit | a69e51629a1706ac6c1308bcde4cead43011bd1d (patch) | |
tree | 2863b2f092dbc81e808785f4af3827aca294d778 /devel/libcfu/Makefile | |
parent | 33a6fb2a62811a12d16c14fcfd392447a10870be (diff) | |
download | freebsd-ports-gnome-a69e51629a1706ac6c1308bcde4cead43011bd1d.tar.gz freebsd-ports-gnome-a69e51629a1706ac6c1308bcde4cead43011bd1d.tar.zst freebsd-ports-gnome-a69e51629a1706ac6c1308bcde4cead43011bd1d.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'devel/libcfu/Makefile')
-rw-r--r-- | devel/libcfu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libcfu/Makefile b/devel/libcfu/Makefile index 5ceeb2e07559..d898ebc827f8 100644 --- a/devel/libcfu/Makefile +++ b/devel/libcfu/Makefile @@ -2,6 +2,7 @@ PORTNAME= libcfu DISTVERSION= 0.04a +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GH @@ -15,10 +16,10 @@ GH_ACCOUNT= crees GH_COMMIT= 947dba4 GH_TAGNAME= 947dba4 -USES= pkgconfig pathfix +USES= pkgconfig pathfix libtool PATHFIX_MAKEFILEIN= Makefile.am -USE_AUTOTOOLS= autoconf autoheader automake aclocal libtool libtoolize +USE_AUTOTOOLS= autoconf autoheader automake aclocal libtoolize AUTOMAKE_ARGS= --add-missing ACLOCAL_ARGS= -I ${LIBTOOL_M4:C,[^/]*$,,} INFO= ${PORTNAME} |