aboutsummaryrefslogtreecommitdiff
path: root/devel/libg19draw
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-25 12:19:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-25 12:19:39 +0000
commitc24e22c083fdb467c1d1da10417a18e1fa3631db (patch)
treec5e4eceac6f70a83e3343af3086ad1a3bee3c37b /devel/libg19draw
parent9af1f61527afad92877ffbe5685edec38524540a (diff)
downloadports-c24e22c083fdb467c1d1da10417a18e1fa3631db.tar.gz
ports-c24e22c083fdb467c1d1da10417a18e1fa3631db.zip
Notes
Diffstat (limited to 'devel/libg19draw')
-rw-r--r--devel/libg19draw/Makefile8
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.mk>