diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:56:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:56:28 +0000 |
commit | 8f88ef38786e40d18b24ae7441b7e9dfdfebd724 (patch) | |
tree | eb8b4ad3986e7ea9721d01f3c0d7aea323d51558 /games/pykawari | |
parent | 2c1beca78f068da576f61fb99e0dc5eb01c80757 (diff) | |
download | ports-8f88ef38786e40d18b24ae7441b7e9dfdfebd724.tar.gz ports-8f88ef38786e40d18b24ae7441b7e9dfdfebd724.zip |
Correct typo in previous commit
Submitted by: maintainer
Approved by: portmgr (self)
Pointy hat to: self
Notes
Notes:
svn path=/head/; revision=118511
Diffstat (limited to 'games/pykawari')
-rw-r--r-- | games/pykawari/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pykawari/Makefile b/games/pykawari/Makefile index 2472944216af..7823103200e5 100644 --- a/games/pykawari/Makefile +++ b/games/pykawari/Makefile @@ -39,7 +39,7 @@ CFLAGS+= ${PTHREAD_CFLAGS} -fPIC .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 50126 +.if ${OSVERSION} >= 502126 BROKEN= "Does not compile on FreeBSD >= 5.x" .endif |