diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-14 22:06:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-14 22:06:17 +0800 |
commit | fed7665f6c344c62f03fd592753284da1a451c0d (patch) | |
tree | e6efb85d1bc72c896c4679926934490de5a4e07b /emulators | |
parent | 9fb9c3d7389c2c91c1193ea68e6388f4c303166c (diff) | |
download | freebsd-ports-gnome-fed7665f6c344c62f03fd592753284da1a451c0d.tar.gz freebsd-ports-gnome-fed7665f6c344c62f03fd592753284da1a451c0d.tar.zst freebsd-ports-gnome-fed7665f6c344c62f03fd592753284da1a451c0d.zip |
- Marked broken for ia64
Submitted by: pointyhat
Approved by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/desmume/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index d395a75a1998..34489471c09e 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -22,4 +22,10 @@ USE_GNOME= gtk20 libglade2 PLIST_FILES= bin/desmume-glade bin/desmume bin/desmume-cli -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= Does not compile on ia64 +.endif + +.include <bsd.port.post.mk> |