1
0
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:
Edwin Groothuis 2007-05-02 07:13:53 +00:00
parent 0a7f49ac0f
commit c817a83fdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191379

View File

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