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/ucl | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'archivers/ucl')
-rw-r--r-- | archivers/ucl/Makefile | 3 | ||||
-rw-r--r-- | archivers/ucl/pkg-plist | 1 |
2 files changed, 3 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} diff --git a/archivers/ucl/pkg-plist b/archivers/ucl/pkg-plist index 47aaf53ed07f..4376a7b358fe 100644 --- a/archivers/ucl/pkg-plist +++ b/archivers/ucl/pkg-plist @@ -3,6 +3,7 @@ include/ucl/ucl.h include/ucl/ucl_asm.h include/ucl/uclconf.h lib/libucl.a +lib/libucl.la lib/libucl.so lib/libucl.so.1 @dirrm include/ucl |