diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 17:33:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 17:33:07 +0800 |
commit | b325fd0997bcb5cdf90e29d8c913023b8131d93f (patch) | |
tree | 8cfbb268195895733749b2fadaff69cdd293b2cd /www/nvu | |
parent | f3ea145e1391ee598b8472037a0fa0ba79454341 (diff) | |
download | freebsd-ports-gnome-b325fd0997bcb5cdf90e29d8c913023b8131d93f.tar.gz freebsd-ports-gnome-b325fd0997bcb5cdf90e29d8c913023b8131d93f.tar.zst freebsd-ports-gnome-b325fd0997bcb5cdf90e29d8c913023b8131d93f.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
Diffstat (limited to 'www/nvu')
-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 |