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 | |
parent | Add gstreamer-plugins-gconf (diff) |
Add digit to OSVERSION.
And a pointyhat for me.
Notes
Notes:
svn path=/head/; revision=131783
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libvisual/Makefile | 2 | ||||
-rw-r--r-- | graphics/libvisual04/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index c515699af36d..ce7820530c56 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/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 |