summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2007-04-17 18:22:57 +0000
committerShaun Amott <shaun@FreeBSD.org>2007-04-17 18:22:57 +0000
commit8355e2c050fcae0b2b4eb65d5d9578cb143e0fa9 (patch)
treedb4cef8adf2675b38ca94d64a43e0eaa991e8a09 /games
parent- Update to 2.1.3 (diff)
Remove FreeBSD 4.x check.
PR: ports/111747 Submitted by: Bartosz Fabianowski <freebsd@chillt.de> (maintainer)
Notes
Notes: svn path=/head/; revision=190206
Diffstat (limited to 'games')
-rw-r--r--games/ksudoku/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/ksudoku/Makefile b/games/ksudoku/Makefile
index af1b7ba68dee..86911b781ec2 100644
--- a/games/ksudoku/Makefile
+++ b/games/ksudoku/Makefile
@@ -20,13 +20,7 @@ EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= does not build on FreeBSD 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>