diff options
author | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
commit | 057971c152a484648da5936e2abf430699f07815 (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /emulators/x49gp/Makefile | |
parent | c743bcc36550fe214c3826e524078d4459e8cb90 (diff) | |
download | freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.gz freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.zst freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.zip |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
Diffstat (limited to 'emulators/x49gp/Makefile')
-rw-r--r-- | emulators/x49gp/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile index 7c0d10bd0a9c..bd5b75524375 100644 --- a/emulators/x49gp/Makefile +++ b/emulators/x49gp/Makefile @@ -9,11 +9,12 @@ PORTREVISION= 1 CATEGORIES= emulators math MASTER_SITES= LOCAL/shaun DISTFILES= ${DISTNAME}${EXTRACT_SUFX} sdcard64.tar.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= shaun@FreeBSD.org COMMENT= HP 49g+/50g graphics calculator emulator -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +BROKEN_i386= does not build on i386 (error: frame pointer required, but reserved) WRKSRC= ${WRKDIR}/x49gp/x49gp-code HAVE_CONFIGURE= yes @@ -95,10 +96,4 @@ do-install: ${INSTALL_DATA} ${DISTDIR}/sdcard64.tar.gz ${STAGEDIR}${DATADIR}/ -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${ARCH} == i386 -BROKEN= does not build on i386 (error: frame pointer required, but reserved) -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |