diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-03 06:53:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-03 06:53:34 +0000 |
commit | 20490dc7a04546bb64afeb13d39d1f175598694c (patch) | |
tree | 8125860223c5c1c624978f20b6519c3c79dca277 /Mk | |
parent | 5a30ff9217beb17b1e14ef1936666ae2a338a2e3 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index bc4fbdd2b006..07e2b2b021c4 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1280,7 +1280,7 @@ GID_OFFSET?= 0 # predefined accounts from src/etc/master.passwd # alpha numeric sort order -USERS_BLACKLIST= _dhcp _pflogd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty uucp www +USERS_BLACKLIST= _dhcp _pflogd auditdistd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty uucp www LDCONFIG_DIR= libdata/ldconfig LDCONFIG32_DIR= libdata/ldconfig32 @@ -1463,7 +1463,7 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.kde.mk" .endif -.if defined(USE_QT_VER) && ${USE_QT_VER:L} == 4 || defined(USE_QT4) +.if defined(USE_QT4) .include "${PORTSDIR}/Mk/bsd.qt.mk" .endif @@ -2059,7 +2059,7 @@ IGNORE= uses unknown USE_BISON construct .include "${PORTSDIR}/Mk/bsd.linux-apps.mk" .endif -.if defined(USE_QT_VER) && ${USE_QT_VER:L} == 4 || defined(USE_QT4) +.if defined(USE_QT4) .include "${PORTSDIR}/Mk/bsd.qt.mk" .endif |