diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 20:03:26 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 20:03:26 +0000 |
commit | 6eaa0b49e5df1925afa76cdd79a5784980ed486d (patch) | |
tree | e0f7edb8154a591a24f0c6066a5d255a660fff39 /graphics/libvisual | |
parent | cbdcda54613cff24f67d1fbcc4cff9614fa2f872 (diff) | |
download | ports-6eaa0b49e5df1925afa76cdd79a5784980ed486d.tar.gz ports-6eaa0b49e5df1925afa76cdd79a5784980ed486d.zip |
Add digit to OSVERSION.
And a pointyhat for me.
Notes
Notes:
svn path=/head/; revision=131783
Diffstat (limited to 'graphics/libvisual')
-rw-r--r-- | graphics/libvisual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index c515699af36d..ce7820530c56 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -28,7 +28,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 50001 +.if ${OSVERSION} < 500001 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-libvisual_lv_cpu.c .endif |