aboutsummaryrefslogtreecommitdiff
path: root/graphics/mscgen
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
commite6ffa1f425ea668e859fae97edfd25a239614331 (patch)
tree255b3b2c0cd318aabd72e99ccb876cde204de6b7 /graphics/mscgen
parent9f1b40e753cf899e58168a889a3df63c843fcb4a (diff)
downloadports-e6ffa1f425ea668e859fae97edfd25a239614331.tar.gz
ports-e6ffa1f425ea668e859fae97edfd25a239614331.zip
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361727
Diffstat (limited to 'graphics/mscgen')
-rw-r--r--graphics/mscgen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mscgen/Makefile b/graphics/mscgen/Makefile
index 3a5ee3102160..4bb0dba0142a 100644
--- a/graphics/mscgen/Makefile
+++ b/graphics/mscgen/Makefile
@@ -19,14 +19,14 @@ OPTIONS_DEFAULT=FREETYPE PNG
.if ${PORT_OPTIONS:MFREETYPE}
CONFIGURE_ARGS+=--with-freetype
-LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
.else
CONFIGURE_ARGS+=--without-freetype
.endif
.if ${PORT_OPTIONS:MPNG}
CONFIGURE_ARGS+=--with-png
-LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd
.else
CONFIGURE_ARGS+=--without-png
.endif