BROKEN: Does not compile on FreeBSD >= 5.x
This commit is contained in:
parent
82d63e3177
commit
a589fdb124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130789
1 changed files with 7 additions and 1 deletions
|
@ -28,6 +28,12 @@ CONFIGURE_ARGS+= --disable-py-debug
|
|||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
cd ${WRKDIR}/wastesedge-${PORTVERSION} && \
|
||||
${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} \
|
||||
|
@ -36,4 +42,4 @@ post-install:
|
|||
cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE}
|
||||
cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE} install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue