diff options
author | mandree <mandree@FreeBSD.org> | 2014-06-29 00:30:00 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-06-29 00:30:00 +0800 |
commit | 98f6f00946b3231f2fbb306fd43824a3679a2d6c (patch) | |
tree | 90016e5ea73f5bb04a19674f5e3f5ab48d372607 /archivers/lzo2 | |
parent | 0d929f2a1c8173515fb2284b3bb0d38b7c56da47 (diff) | |
download | freebsd-ports-gnome-98f6f00946b3231f2fbb306fd43824a3679a2d6c.tar.gz freebsd-ports-gnome-98f6f00946b3231f2fbb306fd43824a3679a2d6c.tar.zst freebsd-ports-gnome-98f6f00946b3231f2fbb306fd43824a3679a2d6c.zip |
Revert to libtool:keepla to be on the safe side.
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 4 | ||||
-rw-r--r-- | archivers/lzo2/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index a70105fb5973..8ae08a841017 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -3,7 +3,7 @@ PORTNAME= lzo2 PORTVERSION= 2.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ LOCAL/mandree @@ -14,7 +14,7 @@ COMMENT= Portable speedy, lossless data compression library LICENSE= GPLv2 -USES= libtool +USES= libtool:keepla GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR} USE_LDCONFIG= yes diff --git a/archivers/lzo2/pkg-plist b/archivers/lzo2/pkg-plist index 1b6557e3a4f9..cf3d1ef500a2 100644 --- a/archivers/lzo2/pkg-plist +++ b/archivers/lzo2/pkg-plist @@ -13,6 +13,7 @@ include/lzo/lzodefs.h include/lzo/lzoutil.h @dirrm include/lzo lib/liblzo2.a +lib/liblzo2.la lib/liblzo2.so lib/liblzo2.so.2 lib/liblzo2.so.2.0.0 |