diff options
Diffstat (limited to 'x11-themes/kdeartwork3/Makefile')
-rw-r--r-- | x11-themes/kdeartwork3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/kdeartwork3/Makefile b/x11-themes/kdeartwork3/Makefile index acbc259570da..0948101172af 100644 --- a/x11-themes/kdeartwork3/Makefile +++ b/x11-themes/kdeartwork3/Makefile @@ -21,6 +21,7 @@ PREFIX= ${KDE_PREFIX} USE_MESA= yes USE_BZIP2= yes +USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -31,6 +32,9 @@ KDE_BUILD_PLIST=yes .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + .if exists(${X11BASE}/bin/xscreensaver) WITH_XS= yes .endif # exists(${X11BASE}/bin/xscreensaver) |