aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugins
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-25 15:18:27 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-25 15:18:27 +0000
commita6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch)
treec350c4abc20ce22bda0b7dba0636816742669bc8 /devel/geany-plugins
parentac56971df4fe7c1fad64354371b6054246299b18 (diff)
downloadports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.tar.gz
ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.zip
Notes
Diffstat (limited to 'devel/geany-plugins')
-rw-r--r--devel/geany-plugins/files/Makefile.common2
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-,,}