1
0
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:
Thomas Abthorpe 2007-12-24 13:36:09 +00:00
parent e3532b980f
commit 92d643c7e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204437
2 changed files with 2 additions and 14 deletions

View File

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

View File

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