1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

Mark as broken with sparc64-7. While here, add USE_PERL5, which will be

needed for the bsd.perl.mk conditional include.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2007-09-30 09:33:07 +00:00
parent 62fc7e50af
commit d3053d9ed8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200444
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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