diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:17:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:17:51 +0000 |
commit | 0873a84098f8afd251aa84901c3bb303ce0fc2f7 (patch) | |
tree | ebc616130ffea6a7dc536820b74c7bac79e75e60 /palm | |
parent | f9d1bdc34ed9f1c2400160515de29a19f3c0f61c (diff) | |
download | ports-0873a84098f8afd251aa84901c3bb303ce0fc2f7.tar.gz ports-0873a84098f8afd251aa84901c3bb303ce0fc2f7.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pose/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile index 407b009b0b82..50bd0a2f6962 100644 --- a/palm/pose/Makefile +++ b/palm/pose/Makefile @@ -19,6 +19,8 @@ COMMENT= Palm OS(R) Emulator LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +BROKEN= Does not compile + USE_GL= yes WRKSRC= ${WRKDIR}/Emulator_Src_${PORTVERSION}/BuildUnix USE_GMAKE= yes @@ -32,10 +34,6 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" .endif |