diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:31:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:31:00 +0000 |
commit | d6b5bec1985d36f2680936dc099a3088a4964540 (patch) | |
tree | af86430ab623bb1e530707fdb84fa303c35e2e3a /graphics/enblend | |
parent | BROKEN on amd64 and ia64: Does not compile (diff) |
BROKEN on 4.x: Does not compile
Notes
Notes:
svn path=/head/; revision=135785
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 80b3cc356abd..0f75bb288511 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -26,4 +26,10 @@ USE_GETOPT_LONG=yes PLIST_FILES= bin/enblend MAN1= enblend.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include <bsd.port.post.mk> |