1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Marked broken for 7.X

Submitted by:   pointyhat via kris
Approved by:    maintainer
This commit is contained in:
Martin Wilke 2007-03-22 09:34:23 +00:00
parent 4ef381a5dd
commit f4cca8930f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187989
2 changed files with 14 additions and 2 deletions

View File

@ -26,6 +26,12 @@ USE_LDCONFIG= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ( ${OSVERSION} >= 700000 )
BROKEN= does not build on 7.X
.endif
.if defined(WITHOUT_CURL)
CONFIGURE_ARGS+= --without-curl
PLIST_SUB+= INSTALLMGR="@comment "
@ -56,4 +62,4 @@ post-install:
register:
@(cd ${WRKSRC} && make register)
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -26,6 +26,12 @@ USE_LDCONFIG= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ( ${OSVERSION} >= 700000 )
BROKEN= does not build on 7.X
.endif
.if defined(WITHOUT_CURL)
CONFIGURE_ARGS+= --without-curl
PLIST_SUB+= INSTALLMGR="@comment "
@ -56,4 +62,4 @@ post-install:
register:
@(cd ${WRKSRC} && make register)
.include <bsd.port.mk>
.include <bsd.port.post.mk>