diff options
author | flz <flz@FreeBSD.org> | 2005-11-18 05:34:18 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-11-18 05:34:18 +0800 |
commit | 6a8f12c56353956927a34fbbbbd06a8279261dae (patch) | |
tree | f9dc47b7ebf03e2924dbbb3da601d8aa8d091029 /www | |
parent | 729c370315d30c9613ecdf1eb4d2501810d03e6e (diff) | |
download | freebsd-ports-gnome-6a8f12c56353956927a34fbbbbd06a8279261dae.tar.gz freebsd-ports-gnome-6a8f12c56353956927a34fbbbbd06a8279261dae.tar.zst freebsd-ports-gnome-6a8f12c56353956927a34fbbbbd06a8279261dae.zip |
- Add amd64 to the list of working archs.
PR: ports/87873
Submitted by: Bill Squire {billsf} <billsf@cuba.calyx.nl>
Approved by: maintainer timeout (3 weeks)
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-mozilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile index b97fd1e17c6b..ada9af957e86 100644 --- a/www/linux-mozilla/Makefile +++ b/www/linux-mozilla/Makefile @@ -21,7 +21,7 @@ COMMENT=Browser, HTML editor, MUA and newsreader for use with Linux plugins RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk NO_BUILD= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX?= yes USE_ZIP= yes USE_X_PREFIX= yes |