diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-29 00:56:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-29 00:56:43 +0800 |
commit | a994cad5454db2184f2756addc253a1f7085b86b (patch) | |
tree | 1882f5733b59dfc0fb082dc1e455a108ea602c42 /devel | |
parent | 6a6a553f0af107e01c834e5a67db3fae93f39997 (diff) | |
download | freebsd-ports-gnome-a994cad5454db2184f2756addc253a1f7085b86b.tar.gz freebsd-ports-gnome-a994cad5454db2184f2756addc253a1f7085b86b.tar.zst freebsd-ports-gnome-a994cad5454db2184f2756addc253a1f7085b86b.zip |
- Complete switch from USE_AUTOTOOLS=libtool
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xparam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile index 9b6e82d01c91..587d76bb77fa 100644 --- a/devel/xparam/Makefile +++ b/devel/xparam/Makefile @@ -13,7 +13,7 @@ COMMENT= General-purpose tool for parameter handling in C++ LICENSE= GPLv2 # (or later) USES= gmake libtool -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes USE_LDCONFIG= yes |