diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-05 13:50:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-05 13:50:29 +0000 |
commit | bdc47a8213bd8a671cde46509e520dc53fe1236a (patch) | |
tree | 72385a7d0d63d60cfc47bce03234ddc3b7e58908 /archivers | |
parent | c57133fc365bbbda0130bdef7e2be2f6212c7b74 (diff) | |
download | ports-bdc47a8213bd8a671cde46509e520dc53fe1236a.tar.gz ports-bdc47a8213bd8a671cde46509e520dc53fe1236a.zip |
Convert to USES=libtool
Notes
Notes:
svn path=/head/; revision=342700
Diffstat (limited to 'archivers')
-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 30d9ec9d0db3..ba371ec12559 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -3,7 +3,7 @@ PORTNAME= lzo2 PORTVERSION= 2.06 -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 -USE_AUTOTOOLS= libtool +USES= libtool 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 b9d38a38848f..cf3d1ef500a2 100644 --- a/archivers/lzo2/pkg-plist +++ b/archivers/lzo2/pkg-plist @@ -16,6 +16,7 @@ lib/liblzo2.a lib/liblzo2.la lib/liblzo2.so lib/liblzo2.so.2 +lib/liblzo2.so.2.0.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/COPYING |