diff options
author | kris <kris@FreeBSD.org> | 2006-03-07 04:26:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-07 04:26:52 +0800 |
commit | f68572ea1e7f28251d17736e41bd4790b0d62a3f (patch) | |
tree | 144791353782434d25fc5e1dd3d0d8d088f2aeda /emulators/skyeye | |
parent | 4fd1591ccb7ea05878ef45129d5b0d84c9850097 (diff) | |
download | freebsd-ports-gnome-f68572ea1e7f28251d17736e41bd4790b0d62a3f.tar.gz freebsd-ports-gnome-f68572ea1e7f28251d17736e41bd4790b0d62a3f.tar.zst freebsd-ports-gnome-f68572ea1e7f28251d17736e41bd4790b0d62a3f.zip |
BROKEN on !i386: Does not compile
Approved by: portmgr (implicit)
Diffstat (limited to 'emulators/skyeye')
-rw-r--r-- | emulators/skyeye/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile index 769ff5db9a50..91453921f4d7 100644 --- a/emulators/skyeye/Makefile +++ b/emulators/skyeye/Makefile @@ -23,7 +23,13 @@ USE_BZIP2= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-1.2.0 +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= Does not compile on !i386 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/binary/skyeye ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |