diff options
Diffstat (limited to 'palm/pose/Makefile')
-rw-r--r-- | palm/pose/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile index f240b2f6e5b5..ff0e7b6c2f55 100644 --- a/palm/pose/Makefile +++ b/palm/pose/Makefile @@ -20,6 +20,7 @@ COMMENT= Palm OS(R) Emulator LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_GL= yes +USE_PERL5_BUILD=yes WRKSRC= ${WRKDIR}/Emulator_Src_${PORTVERSION}/BuildUnix USE_GMAKE= yes GNU_CONFIGURE= yes @@ -36,10 +37,6 @@ 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 |