diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-04-24 17:25:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-04-24 17:25:49 +0000 |
commit | 0c89fd35304019552ce8ef9ca1b39d31d12ffa8a (patch) | |
tree | 5242cf7fe794b9fa63719303bee3831382a5084a /audio/bladeenc | |
parent | Respect CC, CFLAGS. (diff) |
-CURRENT no longer has problems with BSDI executables.
Notes
Notes:
svn path=/head/; revision=18113
Diffstat (limited to 'audio/bladeenc')
-rw-r--r-- | audio/bladeenc/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile index 5a7980034d67..ff800a29344a 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.2 1999/01/17 18:20:48 dirk Exp $ +# $Id: Makefile,v 1.3 1999/03/15 23:40:26 dirk Exp $ # DISTNAME= BladeEnc-076-bsd-i386 @@ -14,11 +14,6 @@ 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 @@ -30,4 +25,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/BladeEnc.html ${PREFIX}/share/doc/BladeEnc .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |