diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
commit | 46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch) | |
tree | 60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /games/super_methane_brothers | |
parent | 286203d809751f18da030a97c6315562e0e58ed9 (diff) | |
download | ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.tar.gz ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.zip |
Notes
Diffstat (limited to 'games/super_methane_brothers')
-rw-r--r-- | games/super_methane_brothers/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/super_methane_brothers/Makefile b/games/super_methane_brothers/Makefile index 6d5437a7d409..bcc3d1e42924 100644 --- a/games/super_methane_brothers/Makefile +++ b/games/super_methane_brothers/Makefile @@ -26,12 +26,6 @@ MAKEFILE= makefile USE_X_PREFIX= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not compile on FreeBSD 4.X -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|g++|${CXX}|; s|gcc|${CXX}|; \ @@ -60,4 +54,4 @@ do-install: post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |