diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 06:47:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 06:47:45 +0800 |
commit | f7efab3c0aa772a8b64423d1e81587f88ff2e77b (patch) | |
tree | 3897287bdaae600552bfdb85229a5af2c857ce96 /graphics/linux-f8-ungif | |
parent | c3e6f218d675fc186e37170679285378f6771451 (diff) | |
download | freebsd-ports-gnome-f7efab3c0aa772a8b64423d1e81587f88ff2e77b.tar.gz freebsd-ports-gnome-f7efab3c0aa772a8b64423d1e81587f88ff2e77b.tar.zst freebsd-ports-gnome-f7efab3c0aa772a8b64423d1e81587f88ff2e77b.zip |
NOT_FOR_ARCHS=amd64 since the distinfo is incorrect
Diffstat (limited to 'graphics/linux-f8-ungif')
-rw-r--r-- | graphics/linux-f8-ungif/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/linux-f8-ungif/Makefile b/graphics/linux-f8-ungif/Makefile index 5e6c874ea956..c3fff197ca4c 100644 --- a/graphics/linux-f8-ungif/Makefile +++ b/graphics/linux-f8-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 |