From da880765886f48c0ac8fd253e5601d04ea853215 Mon Sep 17 00:00:00 2001
From: ade <ade@FreeBSD.org>
Date: Thu, 23 Feb 2006 10:40:44 +0000
Subject: Conversion to a single libtool environment.

Approved by:	portmgr (kris)
---
 archivers/lzo/Makefile  | 4 ++--
 archivers/lzo/pkg-plist | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

(limited to 'archivers/lzo')

diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile
index 42e40ebad857..eb2bf0c0ba71 100644
--- a/archivers/lzo/Makefile
+++ b/archivers/lzo/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	lzo
 PORTVERSION=	1.08
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	archivers devel
 MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/LZO-v1/
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR=	libs/compression
 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
diff --git a/archivers/lzo/pkg-plist b/archivers/lzo/pkg-plist
index 9951bb36e9a9..88c2fcc7401f 100644
--- a/archivers/lzo/pkg-plist
+++ b/archivers/lzo/pkg-plist
@@ -11,6 +11,7 @@ include/lzo2a.h
 include/lzoconf.h
 include/lzoutil.h
 lib/liblzo.a
+lib/liblzo.la
 lib/liblzo.so
 lib/liblzo.so.1
 %%PORTDOCS%%%%DOCSDIR%%/LTEST.TXT
-- 
cgit