From da880765886f48c0ac8fd253e5601d04ea853215 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 23 Feb 2006 10:40:44 +0000 Subject: Conversion to a single libtool environment. Approved by: portmgr (kris) --- archivers/ucl/Makefile | 3 ++- archivers/ucl/pkg-plist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'archivers/ucl') 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 -- cgit