diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-20 01:05:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-20 01:05:45 +0000 |
commit | 0441e39b5aa57d54363c15e12fedc84c5ebd1099 (patch) | |
tree | 635c3a30c2316c39d333f30c48850948b476d780 /audio | |
parent | Fixup PLIST after last upgrade of apache13 port. (diff) |
Mark this port as being only for i386.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 3352da88f298..09011b87da09 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.mpg123.de/mpg123/ \ MAINTAINER= jkoshy@freebsd.org +ONLY_FOR_ARCHS= i836 + MAN1= mpg123.1 .include <bsd.port.pre.mk> |