diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-07 03:11:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-07 03:11:11 +0000 |
commit | 2e5df55dc1b634f2c615ef1ed69d340d8e5e260a (patch) | |
tree | c3b20fba5f53a51860b039d9ebb64c361e8e540b | |
parent | BROKEN with old perl: Incorrect pkg-plist (diff) |
IGNORE on 4.x: Requires GEOM which is a 5.x feature
Notes
Notes:
svn path=/head/; revision=134744
-rw-r--r-- | devel/py-freebsd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/py-freebsd/Makefile b/devel/py-freebsd/Makefile index 859a3b92fbbd..593979a78d94 100644 --- a/devel/py-freebsd/Makefile +++ b/devel/py-freebsd/Makefile @@ -25,4 +25,10 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/freebsd.so \ %%PYTHON_SITELIBDIR%%/freebsd_compat02.pyc \ %%PYTHON_SITELIBDIR%%/freebsd_compat02.pyo -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= requires GEOM which is only present on FreeBSD 5.x and above +.endif + +.include <bsd.port.post.mk> |