diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-17 18:20:48 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-17 18:20:48 +0000 |
commit | f78af11d8eaf7ed2f12edf63d7de43c3f2086142 (patch) | |
tree | 66888d19b388fa03546381d3f4bce4765f359b7e | |
parent | Bump imlib version number in dependencies. (diff) |
Set ONLY_FOR_ARCHS=i386 since the ports covers the i386 case only
at the moment.
Notes
Notes:
svn path=/head/; revision=16107
-rw-r--r-- | audio/bladeenc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile index 4a2861f7773c..bae61c03c626 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$ +# $Id: Makefile,v 1.1.1.1 1999/01/14 23:42:52 dirk Exp $ # DISTNAME= BladeEnc-076-bsd-i386 @@ -14,6 +14,7 @@ MASTER_SITES= http://home8.swipnet.se/~w-82625/encoder/binaries/ \ MAINTAINER= dirk@FreeBSD.ORG +ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes NO_BUILD= yes |