summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-12 11:40:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-12 11:40:56 +0000
commitc4c9fbc301f94dbdd60abd678b9973480de2eb11 (patch)
tree7dbb91c0e0f56f14820604fd5988a3c08f0e45d1 /graphics
parentUse maintained kjbuckets module from gadflyB5. (diff)
Add libunicode to the LIB_DEPENDS is dia is built without full GNOME support.
PR: 40373
Notes
Notes: svn path=/head/; revision=62855
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dia/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
index a013da98e28b..3dfffcac7516 100644
--- a/graphics/dia/Makefile
+++ b/graphics/dia/Makefile
@@ -38,6 +38,7 @@ PLIST_SUB+= DIAHELP="help/dia" \
MAKE_ENV= HAVE_GNOME="yes"
.else
CONFIGURE_ARGS= --disable-gnome
+LIB_DEPENDS+= unicode.0:${PORTSDIR}/devel/libunicode
PLIST_SUB+= DIAHELP="dia/help" \
GNOME:="@comment "
.endif