diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 15:37:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 15:37:56 +0000 |
commit | eb53fba3a3de513d33881ace4b62a80361aa1b92 (patch) | |
tree | 8e0234fbef4917b8b948c599b66261b6411085d2 /archivers/lzo | |
parent | 0d9322ab219a112c5b8d77b3349670271d8c1ccb (diff) | |
download | ports-eb53fba3a3de513d33881ace4b62a80361aa1b92.tar.gz ports-eb53fba3a3de513d33881ace4b62a80361aa1b92.zip |
Notes
Diffstat (limited to 'archivers/lzo')
-rw-r--r-- | archivers/lzo/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzo/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index d2cb03d950b0..e308fe97678d 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression MAINTAINER= ports@FreeBSD.org COMMENT= Portable speedy, lossless data compression library -USE_INC_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes diff --git a/archivers/lzo/pkg-plist b/archivers/lzo/pkg-plist index 9951bb36e9a9..88c2fcc7401f 100644 --- a/archivers/lzo/pkg-plist +++ b/archivers/lzo/pkg-plist @@ -11,6 +11,7 @@ include/lzo2a.h include/lzoconf.h include/lzoutil.h lib/liblzo.a +lib/liblzo.la lib/liblzo.so lib/liblzo.so.1 %%PORTDOCS%%%%DOCSDIR%%/LTEST.TXT |