diff options
Diffstat (limited to 'www/nvu/Makefile')
-rw-r--r-- | www/nvu/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |