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 | |
parent | c3e6f218d675fc186e37170679285378f6771451 (diff) | |
download | freebsd-ports-graphics-f7efab3c0aa772a8b64423d1e81587f88ff2e77b.tar.gz freebsd-ports-graphics-f7efab3c0aa772a8b64423d1e81587f88ff2e77b.tar.zst freebsd-ports-graphics-f7efab3c0aa772a8b64423d1e81587f88ff2e77b.zip |
NOT_FOR_ARCHS=amd64 since the distinfo is incorrect
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux-f10-ungif/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-f8-ungif/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-ungif/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/linux-f10-ungif/Makefile b/graphics/linux-f10-ungif/Makefile index 5e6c874ea95..c3fff197ca4 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 diff --git a/graphics/linux-f8-ungif/Makefile b/graphics/linux-f8-ungif/Makefile index 5e6c874ea95..c3fff197ca4 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 diff --git a/graphics/linux-ungif/Makefile b/graphics/linux-ungif/Makefile index 5e6c874ea95..c3fff197ca4 100644 --- a/graphics/linux-ungif/Makefile +++ b/graphics/linux-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 |