aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/frei0r/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/frei0r/Makefile')
-rw-r--r--graphics/frei0r/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile
index a7814736276c..f2bf9e889b03 100644
--- a/graphics/frei0r/Makefile
+++ b/graphics/frei0r/Makefile
@@ -19,6 +19,7 @@ COMMENT?= Minimalistic plugin API for video effects
.if !defined(BUILDING_FREI0R_METAPORT)
GNU_CONFIGURE= yes
+WITH_FBSD10_FIX=yes
USE_GNOME= gnomehack pkgconfig
MAKE_JOBS_SAFE= yes
@@ -106,6 +107,10 @@ do-install:
. endfor
.endif #!defined(FREI0R_PLUGINS)
+pre-build:
+ @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
+ ${WRKSRC}/configure ${WRKSRC}/config.h.in
+
.include <bsd.port.post.mk>
.endif # !defined(BUILDING_FREI0R_METAPORT)