aboutsummaryrefslogtreecommitdiff
path: root/graphics/dia
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-04-06 21:19:33 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-04-06 21:19:33 +0000
commit4c4b47be88dac0fef3bbe494f287048d10a35910 (patch)
treeb3a597c0936f45041f39f6b0f2e2821fb7640e13 /graphics/dia
parent5fb9de3e99b20bca95edca3692e34b2e61115a88 (diff)
downloadports-4c4b47be88dac0fef3bbe494f287048d10a35910.tar.gz
ports-4c4b47be88dac0fef3bbe494f287048d10a35910.zip
graphics/dia: fix underlinking
Reported by: antoine Reviewed by: kwm (gnome)
Notes
Notes: svn path=/head/; revision=498212
Diffstat (limited to 'graphics/dia')
-rw-r--r--graphics/dia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
index a0a04140b777..577dc84fc08f 100644
--- a/graphics/dia/Makefile
+++ b/graphics/dia/Makefile
@@ -24,7 +24,7 @@ INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0`
CONFIGURE_ARGS= --disable-gnome
INSTALL_TARGET= install-strip