diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:33:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:33:07 +0000 |
commit | d3053d9ed8a9c9f5aad21e384b202c6a8f9d3087 (patch) | |
tree | c3ebe24294fef085c70ad56e1a77aa3cf4252541 /www/nvu/Makefile | |
parent | 62fc7e50af7cbc031c865130e4a1767ea738b7e5 (diff) | |
download | ports-d3053d9ed8a9c9f5aad21e384b202c6a8f9d3087.tar.gz ports-d3053d9ed8a9c9f5aad21e384b202c6a8f9d3087.zip |
Mark as broken with sparc64-7. While here, add USE_PERL5, which will be
needed for the bsd.perl.mk conditional include.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=200444
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 |