diff options
Diffstat (limited to 'net/libtnl/Makefile')
-rw-r--r-- | net/libtnl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libtnl/Makefile b/net/libtnl/Makefile index 8c4e90bae211..4eb65b06e6dc 100644 --- a/net/libtnl/Makefile +++ b/net/libtnl/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/tnl/tnl .include <bsd.port.pre.mk> -.if defined(NO_PROFILE) || defined(NOPROFILE) || ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 ) +.if defined(NO_PROFILE) || defined(NOPROFILE) || ( ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))) PLIST_SUB+= PROFILE='@comment ' .else PLIST_SUB+= PROFILE='' |