diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /archivers/lzo | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'archivers/lzo')
-rw-r--r-- | archivers/lzo/Makefile | 4 | ||||
-rw-r--r-- | archivers/lzo/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 42e40ebad857..eb2bf0c0ba71 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -7,7 +7,7 @@ PORTNAME= lzo PORTVERSION= 1.08 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= libs/compression MAINTAINER= matthias.andree@gmx.de COMMENT= Portable speedy, lossless data compression library -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes 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 |