Check OPSYS. This unbreaks DragonFly after last commit.

Submitted by:	marino
This commit is contained in:
Kevin Lo 2015-12-31 08:51:18 +00:00
parent 554e9fbaf6
commit 6af0b719de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404915
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ PORTEXAMPLES= README apd.htcl apd2.htcl ciscoios.htcl ciscoios0.htcl \
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 1100030)
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100030
EXTRA_PATCHES= ${FILESDIR}/extra-patch-sendip.c
.endif

View file

@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 1100030)
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100030
EXTRA_PATCHES= ${FILESDIR}/extra-patch-sendip.c
.endif