diff options
author | kris <kris@FreeBSD.org> | 2004-02-08 02:50:27 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-08 02:50:27 +0000 |
commit | f97ca6caf7d85a707707760cf5638d287af19777 (patch) | |
tree | 4dc6e116e441a1182eca4f713c6e74497cbd7d13 /misc/xdf | |
parent | 9021289b7f693e4e9750f040e2c85471379c5f59 (diff) | |
download | FreeBSD-ports-f97ca6caf7d85a707707760cf5638d287af19777.zip FreeBSD-ports-f97ca6caf7d85a707707760cf5638d287af19777.tar.gz |
BROKEN on 5.x: does not compile
Diffstat (limited to 'misc/xdf')
-rw-r--r-- | misc/xdf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/xdf/Makefile b/misc/xdf/Makefile index 3560424..23011fe 100644 --- a/misc/xdf/Makefile +++ b/misc/xdf/Makefile @@ -21,7 +21,13 @@ USE_XLIB= yes USE_X_PREFIX= yes USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: ${STRIP_CMD} ${PREFIX}/bin/xdf -.include <bsd.port.mk> +.include <bsd.port.post.mk> |