diff options
author | kris <kris@FreeBSD.org> | 2005-10-28 22:47:45 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-28 22:47:45 +0000 |
commit | f7efab3c0aa772a8b64423d1e81587f88ff2e77b (patch) | |
tree | 3897287bdaae600552bfdb85229a5af2c857ce96 /graphics/linux-f10-ungif | |
parent | c3e6f218d675fc186e37170679285378f6771451 (diff) | |
download | FreeBSD-ports-f7efab3c0aa772a8b64423d1e81587f88ff2e77b.zip FreeBSD-ports-f7efab3c0aa772a8b64423d1e81587f88ff2e77b.tar.gz |
NOT_FOR_ARCHS=amd64 since the distinfo is incorrect
Diffstat (limited to 'graphics/linux-f10-ungif')
-rw-r--r-- | graphics/linux-f10-ungif/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/linux-f10-ungif/Makefile b/graphics/linux-f10-ungif/Makefile index 5e6c874..c3fff19 100644 --- a/graphics/linux-f10-ungif/Makefile +++ b/graphics/linux-f10-ungif/Makefile @@ -11,6 +11,8 @@ CATEGORIES= graphics linux MAINTAINTER= maho@FreeBSD.org COMMENT= RPM of the ungif lib +NOT_FOR_ARCHS= amd64 + .if (${MACHINE_ARCH} == "i386") RPM_SET= libungif-4.1.0-7.${MACHINE_ARCH}.rpm .else |