diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
commit | e6ffa1f425ea668e859fae97edfd25a239614331 (patch) | |
tree | 255b3b2c0cd318aabd72e99ccb876cde204de6b7 /graphics/mscgen | |
parent | 9f1b40e753cf899e58168a889a3df63c843fcb4a (diff) | |
download | ports-e6ffa1f425ea668e859fae97edfd25a239614331.tar.gz ports-e6ffa1f425ea668e859fae97edfd25a239614331.zip |
Notes
Diffstat (limited to 'graphics/mscgen')
-rw-r--r-- | graphics/mscgen/Makefile | 4 |
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 |