diff options
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 239a6c0..3a22ec2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -2512,7 +2512,9 @@ ALL_TARGET?= all INSTALL_TARGET?= install # Integrate with the license auditing framework +.if !defined (DISABLE_LICENSES) .include "${PORTSDIR}/Mk/bsd.licenses.mk" +.endif # Popular master sites .include "${PORTSDIR}/Mk/bsd.sites.mk" |