diff options
author | marcus <marcus@FreeBSD.org> | 2005-10-17 03:15:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-10-17 03:15:38 +0800 |
commit | c056fa4683395892b19fea8c8a03c94a7427dfaf (patch) | |
tree | d93281e9cc2b9c1ec1bd5e4480ad606c31feb2fb /games/gcompris2 | |
parent | 4ae37287665d6efd4696a6164f0b9d4132f571e9 (diff) | |
download | freebsd-ports-gnome-c056fa4683395892b19fea8c8a03c94a7427dfaf.tar.gz freebsd-ports-gnome-c056fa4683395892b19fea8c8a03c94a7427dfaf.tar.zst freebsd-ports-gnome-c056fa4683395892b19fea8c8a03c94a7427dfaf.zip |
IGNORE on 4.X.
Reported by: pointyhat via kris
Diffstat (limited to 'games/gcompris2')
-rw-r--r-- | games/gcompris2/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 96a77fee691c..7db4d2d094cf 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -34,7 +34,6 @@ USE_SDL= mixer USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2 INSTALLS_SHLIB= yes USE_REINPLACE= yes -USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="${PTHREAD_LIBS} -lm" @@ -46,8 +45,14 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= Does not build on 4.X +.endif + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-DGNOME_DISABLE_DEPRECATED||g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |