aboutsummaryrefslogtreecommitdiff
path: root/devel/libg19draw
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-19 15:57:46 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-19 15:57:46 +0000
commit5fbf541c7d2b75a225573a4da3bc687a821f5cef (patch)
tree51e41765778e07a6881a3398a534357862a9c2e0 /devel/libg19draw
parent9ea93fc774a8de19fbd0f5ac76006887d71eb09d (diff)
downloadports-5fbf541c7d2b75a225573a4da3bc687a821f5cef.tar.gz
ports-5fbf541c7d2b75a225573a4da3bc687a821f5cef.zip
Fix libfreetype dependencies.
PR: ports/188792
Notes
Notes: svn path=/head/; revision=351598
Diffstat (limited to 'devel/libg19draw')
-rw-r--r--devel/libg19draw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libg19draw/Makefile b/devel/libg19draw/Makefile
index 3886dc1e7021..fbb55814b185 100644
--- a/devel/libg19draw/Makefile
+++ b/devel/libg19draw/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= armin@frozen-zone.org
COMMENT= G19 draw library
LIB_DEPENDS= libg19.so:${PORTSDIR}/devel/libg19 \
- libfreetype.so.9:${PORTSDIR}/print/freetype2
+ libfreetype.so:${PORTSDIR}/print/freetype2
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -pthread"