diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-17 08:34:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-17 08:34:04 +0000 |
commit | 8208ff6664242e7d2b711548814d83e768a93c94 (patch) | |
tree | 53b268f35aef3fe18d3c6a9b643f069c19846e87 /graphics | |
parent | abe474b5366c3f2988a5e6496c91660ddda74e83 (diff) | |
download | ports-8208ff6664242e7d2b711548814d83e768a93c94.tar.gz ports-8208ff6664242e7d2b711548814d83e768a93c94.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/svgalib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile index 0155f2383819..2c72140560be 100644 --- a/graphics/svgalib/Makefile +++ b/graphics/svgalib/Makefile @@ -18,6 +18,8 @@ INSTALLS_SHLIB= yes ALL_TARGET= shared static +ONLY_FOR_ARCH= i386 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 |