aboutsummaryrefslogtreecommitdiff
path: root/sysutils/msktutil
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-28 18:37:25 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-28 18:37:25 +0000
commit5912fd36ebae00e635c7179fb5be995d40a51cf5 (patch)
treefd592186d5dd32a120c46fed5201f6ce38ad7b11 /sysutils/msktutil
parenta58bba44010381d53337bd87476ad9ab91704b93 (diff)
downloadports-5912fd36ebae00e635c7179fb5be995d40a51cf5.tar.gz
ports-5912fd36ebae00e635c7179fb5be995d40a51cf5.zip
sysutils/msktutil: Add missing dns/udns dependency
Without it msktutil will not try to resolve the domain controller via service records and will fall back on A records in the top of the dns zone. PR: 225642 Submitted by: tj Approved by: zi (maintainer)
Notes
Notes: svn path=/head/; revision=491505
Diffstat (limited to 'sysutils/msktutil')
-rw-r--r--sysutils/msktutil/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/msktutil/Makefile b/sysutils/msktutil/Makefile
index d4a8916edf98..88c7cfc80b7b 100644
--- a/sysutils/msktutil/Makefile
+++ b/sysutils/msktutil/Makefile
@@ -3,7 +3,7 @@
PORTNAME= msktutil
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME} \
ZI
@@ -14,6 +14,8 @@ COMMENT= Utility to manage Active Directory interoperability
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+LIB_DEPENDS= libudns.so:dns/udns
+
USES= gmake ssl tar:bzip2
USE_OPENLDAP= yes
GNU_CONFIGURE= yes