aboutsummaryrefslogtreecommitdiff
path: root/devel/giggle
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-08 10:51:34 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-08 10:51:34 +0000
commit7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch)
tree961839899dce7f75292a08c079f548973bdbd40d /devel/giggle
parent85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff)
Notes
Diffstat (limited to 'devel/giggle')
-rw-r--r--devel/giggle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/giggle/Makefile b/devel/giggle/Makefile
index 96d6d9e602c1..9b7cbb7b1e45 100644
--- a/devel/giggle/Makefile
+++ b/devel/giggle/Makefile
@@ -28,7 +28,7 @@ USE_GETTEXT= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lintl
+LDFLAGS+= -L${LOCALBASE}/lib -lintl `pkg-config -libs gmodule-2.0`
PLIST_SUB+= GIGGLE_VER=${PORTVERSION}
.include <bsd.port.options.mk>