diff options
Diffstat (limited to 'archivers/ucl/Makefile')
-rw-r--r-- | archivers/ucl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 86d87ec48e5e..9b615580ca5a 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -7,6 +7,7 @@ PORTNAME= ucl PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A data compression library with low memory usage INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |