diff options
author | kris <kris@FreeBSD.org> | 2002-12-21 07:08:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-21 07:08:47 +0000 |
commit | 4a4cc7ca41e30b1c77e3787f4eab97e996f2dbf4 (patch) | |
tree | ef6d0dc7c7a8b38170a525d8a185f11880bca930 /graphics | |
parent | d88f0b29f6b3809f7eed44778cde301c86ca2446 (diff) | |
download | FreeBSD-ports-4a4cc7ca41e30b1c77e3787f4eab97e996f2dbf4.zip FreeBSD-ports-4a4cc7ca41e30b1c77e3787f4eab97e996f2dbf4.tar.gz |
ONLY_FOR_ARCHES=i386 alpha (looks like it could be ported to sparc64 using
the linux target as a base)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Hermes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index a7e335c..4144c18 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/ MAINTAINER= ports@FreeBSD.org +ONLY_FOR_ARCHS= i386 alpha USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |