aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-21 17:31:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-21 17:31:00 +0000
commitd6b5bec1985d36f2680936dc099a3088a4964540 (patch)
treeaf86430ab623bb1e530707fdb84fa303c35e2e3a /graphics
parent74cdc4c240bd31c1b5268183c8ec787cbc016d24 (diff)
downloadports-d6b5bec1985d36f2680936dc099a3088a4964540.tar.gz
ports-d6b5bec1985d36f2680936dc099a3088a4964540.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/enblend/Makefile8
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>