diff options
author | kris <kris@FreeBSD.org> | 2002-12-21 15:08:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-21 15:08:47 +0800 |
commit | 4a4cc7ca41e30b1c77e3787f4eab97e996f2dbf4 (patch) | |
tree | ef6d0dc7c7a8b38170a525d8a185f11880bca930 /graphics | |
parent | d88f0b29f6b3809f7eed44778cde301c86ca2446 (diff) | |
download | freebsd-ports-graphics-4a4cc7ca41e30b1c77e3787f4eab97e996f2dbf4.tar.gz freebsd-ports-graphics-4a4cc7ca41e30b1c77e3787f4eab97e996f2dbf4.tar.zst freebsd-ports-graphics-4a4cc7ca41e30b1c77e3787f4eab97e996f2dbf4.zip |
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 a7e335c9296..4144c187b1a 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 |