diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-04-06 21:19:33 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-04-06 21:19:33 +0000 |
commit | 4c4b47be88dac0fef3bbe494f287048d10a35910 (patch) | |
tree | b3a597c0936f45041f39f6b0f2e2821fb7640e13 /graphics/dia | |
parent | 5fb9de3e99b20bca95edca3692e34b2e61115a88 (diff) | |
download | ports-4c4b47be88dac0fef3bbe494f287048d10a35910.tar.gz ports-4c4b47be88dac0fef3bbe494f287048d10a35910.zip |
Notes
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 2 |
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 |