mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Unbreak on 8.X
This commit is contained in:
parent
e3532b980f
commit
92d643c7e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204437
@ -26,12 +26,6 @@ USE_LDCONFIG= yes
|
||||
SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 800000
|
||||
BROKEN= Does not compile under 8.X
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_CURL)
|
||||
CONFIGURE_ARGS+= --without-curl
|
||||
PLIST_SUB+= INSTALLMGR="@comment "
|
||||
@ -62,4 +56,4 @@ post-install:
|
||||
register:
|
||||
@(cd ${WRKSRC} && ${GMAKE} register)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -26,12 +26,6 @@ USE_LDCONFIG= yes
|
||||
SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 800000
|
||||
BROKEN= Does not compile under 8.X
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_CURL)
|
||||
CONFIGURE_ARGS+= --without-curl
|
||||
PLIST_SUB+= INSTALLMGR="@comment "
|
||||
@ -62,4 +56,4 @@ post-install:
|
||||
register:
|
||||
@(cd ${WRKSRC} && ${GMAKE} register)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user