diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
commit | f7c0630cd25902e9d0299337f0075f1969f3c15c (patch) | |
tree | a943d8b41968bc02a35c01063aaf35f112a2ce09 /games/stroq | |
parent | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff) | |
download | ports-f7c0630cd25902e9d0299337f0075f1969f3c15c.tar.gz ports-f7c0630cd25902e9d0299337f0075f1969f3c15c.zip |
Notes
Diffstat (limited to 'games/stroq')
-rw-r--r-- | games/stroq/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/stroq/Makefile b/games/stroq/Makefile index 296acb71daf1..13f9ea08e3ea 100644 --- a/games/stroq/Makefile +++ b/games/stroq/Makefile @@ -23,12 +23,6 @@ MAKE_ENV= QTDIR="${QT_PREFIX}" QMAKE= qmake QMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - post-patch: ${REINPLACE_CMD} -e 's|PlaySquare::||' ${WRKSRC}/playsquare.h ${REINPLACE_CMD} -e 's|Puzzle::||' ${WRKSRC}/puzzle.h @@ -47,4 +41,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |