diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-03-01 14:41:20 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-03-01 14:41:20 +0000 |
commit | babc8decd115ebd7cf3dfdc4579c7e860b3d6546 (patch) | |
tree | 990ae37cdae127bc82b53655b94c7b1bdcdaa8bb | |
parent | 1a69edd54d21a5e63ee496608299f345ad663a86 (diff) | |
download | ports-babc8decd115ebd7cf3dfdc4579c7e860b3d6546.tar.gz ports-babc8decd115ebd7cf3dfdc4579c7e860b3d6546.zip |
Notes
-rw-r--r-- | multimedia/xmps-win32-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xmps-win32-plugin/Makefile b/multimedia/xmps-win32-plugin/Makefile index 8a41a064343f..0e1b8ebab1ca 100644 --- a/multimedia/xmps-win32-plugin/Makefile +++ b/multimedia/xmps-win32-plugin/Makefile @@ -45,7 +45,7 @@ post-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 +.if ${OSVERSION} >= 700000 BROKEN= Does not compile .endif |