diff options
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index cb2ecd4f16ea..3c1bec1836f8 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -74,13 +74,8 @@ OSVERSION!= ${SYSCTL} -n kern.osreldate .endif .endif -.if ${OSVERSION} >= 1000017 -.if !defined(WITHOUT_PKGNG) +WITH_PKG= yes WITH_PKGNG= yes -.else -.undef WITH_PKGNG -.endif -.endif .if !defined(_OSRELEASE) _OSRELEASE!= ${UNAME} -r |