aboutsummaryrefslogtreecommitdiff
path: root/devel/libg19draw
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 00:36:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 00:36:24 +0000
commitbc687753271d1c92a944aa4af533469e27926aa2 (patch)
tree1b8cfdfb79268922106085e61e3b34b0f95694a3 /devel/libg19draw
parentab80c87b5d74eea53c3bd722ee83250f5e14cb81 (diff)
downloadports-bc687753271d1c92a944aa4af533469e27926aa2.tar.gz
ports-bc687753271d1c92a944aa4af533469e27926aa2.zip
Support stage
Notes
Notes: svn path=/head/; revision=340519
Diffstat (limited to 'devel/libg19draw')
-rw-r--r--devel/libg19draw/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libg19draw/Makefile b/devel/libg19draw/Makefile
index 863caa48c9a7..a7b823ed9a30 100644
--- a/devel/libg19draw/Makefile
+++ b/devel/libg19draw/Makefile
@@ -9,8 +9,8 @@ MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= armin@frozen-zone.org
COMMENT= G19 draw library
-LIB_DEPENDS= g19.1:${PORTSDIR}/devel/libg19 \
- freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libg19.so:${PORTSDIR}/devel/libg19 \
+ libfreetype.so.9:${PORTSDIR}/print/freetype2
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -pthread"
@@ -24,5 +24,4 @@ PLIST_FILES= include/libg19draw.h \
lib/libg19draw.so \
lib/libg19draw.so.1
-NO_STAGE= yes
.include <bsd.port.mk>