diff options
Diffstat (limited to 'devel/giggle/Makefile')
-rw-r--r-- | devel/giggle/Makefile | 2 |
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> |