diff options
author | marcel <marcel@FreeBSD.org> | 2009-11-11 13:55:36 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2009-11-11 13:55:36 +0800 |
commit | 89d86d983705916c65313c9834b33bcb924bca4e (patch) | |
tree | 3fd19ae0dadcc950a36b6fee478ddc8ae86f42db /x11-drivers | |
parent | 143cb3039bd9290028620ada56902f330bf4c697 (diff) | |
download | freebsd-ports-gnome-89d86d983705916c65313c9834b33bcb924bca4e.tar.gz freebsd-ports-gnome-89d86d983705916c65313c9834b33bcb924bca4e.tar.zst freebsd-ports-gnome-89d86d983705916c65313c9834b33bcb924bca4e.zip |
Build for ia64 to satisfy the xorg-drivers dependencies.
Approved by: rnoland
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-openchrome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile index 616df3f83959..8e30575d9f19 100644 --- a/x11-drivers/xf86-video-openchrome/Makefile +++ b/x11-drivers/xf86-video-openchrome/Makefile @@ -22,6 +22,6 @@ MAN4= openchrome.4x MAKE_ARGS+= drivermandir=${LOCALBASE}/man/man4 -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 ia64 .include <bsd.port.mk> |