diff options
author | maho <maho@FreeBSD.org> | 2003-10-25 09:01:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-10-25 09:01:18 +0800 |
commit | ca202a9f0596622a1293f67210b6f673f11daf88 (patch) | |
tree | ba09fb2dd545ae03a11b9c63e4fb513e1d4b07a3 /net | |
parent | c07c9dbb09b77fe1f8a78b82af6559f4c3401c75 (diff) | |
download | freebsd-ports-gnome-ca202a9f0596622a1293f67210b6f673f11daf88.tar.gz freebsd-ports-gnome-ca202a9f0596622a1293f67210b6f673f11daf88.tar.zst freebsd-ports-gnome-ca202a9f0596622a1293f67210b6f673f11daf88.zip |
Set ONLY_FOR_ARCHS=i386.
Regarding from the source, only endianness seems
to be the problem, so supporting other archs can be
achieved by quick hack, though.
Submitted by: kris via bento
Diffstat (limited to 'net')
-rw-r--r-- | net/howl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 350e5dae2eba..a335a61639a1 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.swampwolf.com/pub/ MAINTAINER= paul@aps.org COMMENT= Zeroconf/Rendezvous implementation +ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes |