diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-07 15:39:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-07 15:39:15 +0800 |
commit | 15931bd549360f976ceecf4d035aba4aa1623d33 (patch) | |
tree | d88c32feadc3ec8e5adae626ee0631f28d1343b7 /devel/libltdl | |
parent | 095b2a176a34f33a848576c54494d3c13adb6862 (diff) | |
download | freebsd-ports-gnome-15931bd549360f976ceecf4d035aba4aa1623d33.tar.gz freebsd-ports-gnome-15931bd549360f976ceecf4d035aba4aa1623d33.tar.zst freebsd-ports-gnome-15931bd549360f976ceecf4d035aba4aa1623d33.zip |
Convert libltdl to use USES=libtool:keepla
Strip binaries
Diffstat (limited to 'devel/libltdl')
-rw-r--r-- | devel/libltdl/Makefile | 7 | ||||
-rw-r--r-- | devel/libltdl/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile index 485cdda68e6f..097864cc507a 100644 --- a/devel/libltdl/Makefile +++ b/devel/libltdl/Makefile @@ -7,12 +7,8 @@ MASTERDIR= ${.CURDIR}/../../devel/libtool COMMENT= System independent dlopen wrapper LICENSE= LGPL21 -CONFIGURE_ENV= LTVERHACK=1 -MAKE_ENV= LTVERHACK=1 -USE_GNOME= ltverhack USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -LIBTOOLFILES= libltdl/configure +USES= libtool:keepla CONFIGURE_ARGS= --enable-ltdl-install CONFIGURE_WRKSRC=${WRKSRC}/libltdl @@ -21,5 +17,6 @@ INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist INFO= # empty +INSTALL_TARGET= install-strip .include "${MASTERDIR}/Makefile" diff --git a/devel/libltdl/pkg-plist b/devel/libltdl/pkg-plist index bd6781079532..a5e363c03a21 100644 --- a/devel/libltdl/pkg-plist +++ b/devel/libltdl/pkg-plist @@ -6,4 +6,5 @@ lib/libltdl.a lib/libltdl.la lib/libltdl.so lib/libltdl.so.7 +lib/libltdl.so.7.3.0 @dirrm include/libltdl |