diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-07 07:39:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-07 07:39:15 +0000 |
commit | becbea3e90d13ecf626cb92d1312eb1a556d1a44 (patch) | |
tree | d88c32feadc3ec8e5adae626ee0631f28d1343b7 /devel/libltdl | |
parent | da6a715fffa1f89d3ccd9bcd3d653539a8bb98ba (diff) | |
download | ports-becbea3e90d13ecf626cb92d1312eb1a556d1a44.tar.gz ports-becbea3e90d13ecf626cb92d1312eb1a556d1a44.zip |
Notes
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 |