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 | net/libdmapsharing: fix underlinking (diff) |
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/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 |