diff options
author | kris <kris@FreeBSD.org> | 2005-01-08 16:36:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-08 16:36:59 +0800 |
commit | 7d4472e65b2b5a45bf0bef2fe594ce7c49fa904d (patch) | |
tree | 4d597ffcc183d1fdb264442fe7165223ff905840 /palm | |
parent | bf3359c74686b57ae11adcb9b5cdc9d9acaa1c2d (diff) | |
download | freebsd-ports-gnome-7d4472e65b2b5a45bf0bef2fe594ce7c49fa904d.tar.gz freebsd-ports-gnome-7d4472e65b2b5a45bf0bef2fe594ce7c49fa904d.tar.zst freebsd-ports-gnome-7d4472e65b2b5a45bf0bef2fe594ce7c49fa904d.zip |
Now buildable on 4.x, still broken on >= 5.x.
Approved by: portmgr (self)
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pose/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile index 50bd0a2f6962..8db639ee79f9 100644 --- a/palm/pose/Makefile +++ b/palm/pose/Makefile @@ -19,8 +19,6 @@ 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 @@ -38,6 +36,10 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ BROKEN= "Does not compile on !i386" .endif +.if ${OSVERSION} >= 503000 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: ${MKDIR} ${PREFIX}/share/pose ${INSTALL_DATA} "${WRKSRC}/../ROMTransfer/Source/ROM_Transfer.prc" ${PREFIX}/share/pose |