aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dia
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-07-12 19:40:56 +0800
committermarcus <marcus@FreeBSD.org>2002-07-12 19:40:56 +0800
commitebfdeaaf57d941578d179bb6da472d12ed06ba89 (patch)
treed78c2c88a477974212f9f52286cf44284ef8e53f /graphics/dia
parent10e43522d62c3b05075799dc3351aa416801ea5e (diff)
downloadfreebsd-ports-gnome-ebfdeaaf57d941578d179bb6da472d12ed06ba89.tar.gz
freebsd-ports-gnome-ebfdeaaf57d941578d179bb6da472d12ed06ba89.tar.zst
freebsd-ports-gnome-ebfdeaaf57d941578d179bb6da472d12ed06ba89.zip
Add libunicode to the LIB_DEPENDS is dia is built without full GNOME support.
PR: 40373
Diffstat (limited to 'graphics/dia')
-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