summaryrefslogtreecommitdiff
path: root/graphics/gnash-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gnash-devel/Makefile')
-rw-r--r--graphics/gnash-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile
index f2f201ff790d..9dc6e080ce0e 100644
--- a/graphics/gnash-devel/Makefile
+++ b/graphics/gnash-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnash
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
@@ -29,7 +30,8 @@ USE_GCC= 3.4+
PLUGIN_DIR= ${PREFIX}/lib/browser_plugins
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" \
+ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \
--with-plugindir=${PLUGIN_DIR}