diff options
author | marcel <marcel@FreeBSD.org> | 2003-06-08 17:30:10 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-06-08 17:30:10 +0000 |
commit | 889d8ef00595585cbf06aa0807fa6986157a1c77 (patch) | |
tree | 07d7789c1adc7f14165c5db8440bfa102cb0dbcf /graphics | |
parent | 8bc410e3dac9e9f2106f21a19c0d192f64d08a1a (diff) | |
download | FreeBSD-ports-889d8ef00595585cbf06aa0807fa6986157a1c77.zip FreeBSD-ports-889d8ef00595585cbf06aa0807fa6986157a1c77.tar.gz |
Remove ONLY_FOR_ARCHS completely. It lists all supported platforms
now.
Pointed out by: kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Hermes/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 1b14ca8..b6371a3 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -16,8 +16,6 @@ COMMENT= Fast pixel formats conversion library BUILD_DEPENDS= ${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake -ONLY_FOR_ARCHS= i386 alpha ia64 sparc64 - USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes |