diff options
author | kris <kris@FreeBSD.org> | 2004-09-30 13:56:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-30 13:56:28 +0800 |
commit | 810c341235efa9eff875e2581e00ce2f998d5cb5 (patch) | |
tree | 17db49b0cdc3f1d255e1031c6c54dd4e7bdb22dc /games/pykawari | |
parent | 57fba02dcbcf570fd4246e928c7a27a472ba496d (diff) | |
download | freebsd-ports-gnome-810c341235efa9eff875e2581e00ce2f998d5cb5.tar.gz freebsd-ports-gnome-810c341235efa9eff875e2581e00ce2f998d5cb5.tar.zst freebsd-ports-gnome-810c341235efa9eff875e2581e00ce2f998d5cb5.zip |
Correct typo in previous commit
Submitted by: maintainer
Approved by: portmgr (self)
Pointy hat to: self
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 |