diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-05 14:02:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-05 14:02:19 +0000 |
commit | c2561456150a6bc4047442a973c964d4929ae413 (patch) | |
tree | b6f750d8a95e1927e8898a49427745e9a65dd976 /archivers/ucl/Makefile | |
parent | 5ea03f5dc42197c6d26393f58751953e5e885f07 (diff) | |
download | ports-c2561456150a6bc4047442a973c964d4929ae413.tar.gz ports-c2561456150a6bc4047442a973c964d4929ae413.zip |
Notes
Diffstat (limited to 'archivers/ucl/Makefile')
-rw-r--r-- | archivers/ucl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 14833c27be2d..c15dbf29c4ec 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -3,7 +3,7 @@ PORTNAME= ucl PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ @@ -12,7 +12,7 @@ COMMENT= Data compression library with low memory usage LICENSE= GPLv2 -USE_AUTOTOOLS= libtool +USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared |