Remove tests for unsupported FreeBSD versions

This commit is contained in:
Baptiste Daroussin 2013-09-14 10:45:36 +00:00
parent 5f12f138d4
commit c30c441cba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327263
3 changed files with 0 additions and 12 deletions

View file

@ -100,8 +100,4 @@ DESCR?= ${.CURDIR}/../rsyslog6/pkg-descr
DISTINFO_FILE?= ${.CURDIR}/../rsyslog6/distinfo
.endif
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View file

@ -172,8 +172,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View file

@ -174,8 +174,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>