diff options
Diffstat (limited to 'archivers/lzo2/Makefile')
-rw-r--r-- | archivers/lzo2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 7d7e579f68ef..b953f16868e1 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -7,6 +7,7 @@ PORTNAME= lzo2 PORTVERSION= 2.02 +PORTREVISION= 1 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ \ @@ -17,7 +18,7 @@ DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} 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 |