diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-01-14 21:58:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-01-14 21:58:23 +0800 |
commit | cd88dc894e5f7c692c3478bd1dea2d141fb940dc (patch) | |
tree | 60e931331fd418351794658f838da70c215e4c78 /graphics | |
parent | ce5b29eb1b997f7af00ea3fee4c07b21af6109e3 (diff) | |
download | freebsd-ports-gnome-cd88dc894e5f7c692c3478bd1dea2d141fb940dc.tar.gz freebsd-ports-gnome-cd88dc894e5f7c692c3478bd1dea2d141fb940dc.tar.zst freebsd-ports-gnome-cd88dc894e5f7c692c3478bd1dea2d141fb940dc.zip |
Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS.
Submitted by: kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/svgalib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile index abae33579184..d8552390d8cb 100644 --- a/graphics/svgalib/Makefile +++ b/graphics/svgalib/Makefile @@ -18,7 +18,7 @@ INSTALLS_SHLIB= yes ALL_TARGET= shared static -ONLY_FOR_ARCH= i386 +ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> |