diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-18 23:56:25 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-18 23:56:25 +0800 |
commit | a85e987a8d9a8ba95a6c2d2c5ae2891c60aceebc (patch) | |
tree | 7d2e02b3fd3a1ab5281de34cfd3954da8670ec52 /devel/xparam | |
parent | de1bd32bca8daa1c0d7140d88dabadf091407804 (diff) | |
download | freebsd-ports-gnome-a85e987a8d9a8ba95a6c2d2c5ae2891c60aceebc.tar.gz freebsd-ports-gnome-a85e987a8d9a8ba95a6c2d2c5ae2891c60aceebc.tar.zst freebsd-ports-gnome-a85e987a8d9a8ba95a6c2d2c5ae2891c60aceebc.zip |
Switch to USES=libtool:build
Diffstat (limited to 'devel/xparam')
-rw-r--r-- | devel/xparam/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile index 587d76bb77fa..eb77c188415c 100644 --- a/devel/xparam/Makefile +++ b/devel/xparam/Makefile @@ -12,9 +12,8 @@ COMMENT= General-purpose tool for parameter handling in C++ LICENSE= GPLv2 # (or later) -USES= gmake libtool -USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes +USES= gmake libtool:build USE_LDCONFIG= yes post-install: |