mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
[patch] cleanup non-supported FreeBSD versions
PR: ports/111724 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
This commit is contained in:
parent
0a7f49ac0f
commit
c817a83fdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191379
@ -26,12 +26,6 @@ CMAKE_ARGS= -DPROJECT_BINARY_DIR=${WRKSRC}/build/work \
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x.
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
@(cd ${BUILD_WRKSRC}; \
|
||||
${MKDIR} build build/work; \
|
||||
@ -55,4 +49,4 @@ post-install:
|
||||
(${CP} -RP ${WRKSRC}/documentation/ ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user