diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
commit | a6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch) | |
tree | c350c4abc20ce22bda0b7dba0636816742669bc8 /devel/geany-plugins | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) |
Notes
Diffstat (limited to 'devel/geany-plugins')
-rw-r--r-- | devel/geany-plugins/files/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/geany-plugins/files/Makefile.common b/devel/geany-plugins/files/Makefile.common index 50b99d750eee..4253bf0bc851 100644 --- a/devel/geany-plugins/files/Makefile.common +++ b/devel/geany-plugins/files/Makefile.common @@ -22,6 +22,8 @@ USE_GNOME+= gtk20 GEANY_PLUGIN= NLS NLS_DIR= po NLS_SWITCH= --enable-nls +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib .endif GEANY_PLUGIN?= ${PORTNAME:S,geany-plugin-,,} |