From c24e22c083fdb467c1d1da10417a18e1fa3631db Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 25 Jul 2014 12:19:39 +0000 Subject: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket --- devel/libg19draw/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/libg19draw') diff --git a/devel/libg19draw/Makefile b/devel/libg19draw/Makefile index fbb55814b185..26257ba72dc5 100644 --- a/devel/libg19draw/Makefile +++ b/devel/libg19draw/Makefile @@ -3,7 +3,7 @@ PORTNAME= libg19draw PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -17,12 +17,12 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -pthread" USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= libtool pkgconfig PLIST_FILES= include/libg19draw.h \ lib/libg19draw.a \ - lib/libg19draw.la \ lib/libg19draw.so \ - lib/libg19draw.so.1 + lib/libg19draw.so.1 \ + lib/libg19draw.so.1.0.0 .include -- cgit v1.2.3