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:
parent
4ef381a5dd
commit
f4cca8930f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187989
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user