mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Check OPSYS. This unbreaks DragonFly after last commit.
Submitted by: marino
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue