summaryrefslogtreecommitdiff
path: root/audio/bladeenc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/bladeenc/Makefile')
-rw-r--r--audio/bladeenc/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile
index bae61c03c626..5a7980034d67 100644
--- a/audio/bladeenc/Makefile
+++ b/audio/bladeenc/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Jan 14 23:28:40 CET 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1999/01/14 23:42:52 dirk Exp $
+# $Id: Makefile,v 1.2 1999/01/17 18:20:48 dirk Exp $
#
DISTNAME= BladeEnc-076-bsd-i386
@@ -14,6 +14,11 @@ MASTER_SITES= http://home8.swipnet.se/~w-82625/encoder/binaries/ \
MAINTAINER= dirk@FreeBSD.ORG
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 400002
+BROKEN= unable to execute BSDI executables
+.endif
+
ONLY_FOR_ARCHS= i386
NO_WRKSUBDIR= yes
NO_BUILD= yes
@@ -25,4 +30,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/BladeEnc.html ${PREFIX}/share/doc/BladeEnc
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>