diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:53:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:53:03 +0000 |
commit | 01028fe53a7639ae6a25b4e9ccabc90a0dfc0b54 (patch) | |
tree | 642c029aa53b9c9755a55e472cbfd07d2692df44 /graphics/opendx | |
parent | 3818bebb3c6e81d7ad8f064a8bc88b31ce5c17ae (diff) | |
download | ports-01028fe53a7639ae6a25b4e9ccabc90a0dfc0b54.tar.gz ports-01028fe53a7639ae6a25b4e9ccabc90a0dfc0b54.zip |
Notes
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 7d479ebb66fa..77098d80f223 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -39,6 +39,10 @@ PLIST_SUB= ARCH=${OPSYS:L} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Broken pkg-plist" +.endif + .if defined(WITH_HDF) LIB_DEPENDS+= df.1:${PORTSDIR}/science/hdf .endif |