From d3053d9ed8a9c9f5aad21e384b202c6a8f9d3087 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 30 Sep 2007 09:33:07 +0000 Subject: Mark as broken with sparc64-7. While here, add USE_PERL5, which will be needed for the bsd.perl.mk conditional include. Hat: portmgr --- www/nvu/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/nvu/Makefile') diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 2d9b718b20ac..de02b843e706 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -18,6 +18,7 @@ COMMENT= A complete Web Authoring System similar to Dreamweaver or Frontpage USE_BZIP2= yes WANT_GNOME= yes +WANT_PERL= yes USE_GMAKE= yes NVU= ${PORTNAME}-${DISTVERSION} MAKEFILE= client.mk @@ -33,9 +34,11 @@ CFLAGS+= -I${X11BASE}/include BROKEN= does not build .endif -.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 +.if ${ARCH}=="sparc64" +.if ${OSVERSION} < 601101 || ${OSVERSION} >= 700042 IGNORE= does not build .endif +.endif post-patch: @${RM} -f ${WRKSRC}/config.status ${WRKSRC}/config.cache -- cgit v1.2.3