aboutsummaryrefslogtreecommitdiffstats
path: root/palm/pose
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-26 10:17:51 +0800
committerkris <kris@FreeBSD.org>2004-09-26 10:17:51 +0800
commit5ca830e0378c947db605ebe7c2ade4005215c6c4 (patch)
tree21898d92281cdd62c96b3f62fb6f3a67b70c88ca /palm/pose
parent54a8429294c5507a55483e8f98557b0fc14c5bd4 (diff)
downloadfreebsd-ports-gnome-5ca830e0378c947db605ebe7c2ade4005215c6c4.tar.gz
freebsd-ports-gnome-5ca830e0378c947db605ebe7c2ade4005215c6c4.tar.zst
freebsd-ports-gnome-5ca830e0378c947db605ebe7c2ade4005215c6c4.zip
BROKEN on 4.x also
Approved by: portmgr (self)
Diffstat (limited to 'palm/pose')
-rw-r--r--palm/pose/Makefile6
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