aboutsummaryrefslogtreecommitdiff
path: root/net/dtcpclient
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 08:02:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 08:02:52 +0000
commit104c9abb6f9148e36bca7eebd65012c4d208d060 (patch)
tree153f38f4883fb16a2d953d3a4ba2d1431b850fd6 /net/dtcpclient
parent2170be5af26d19da1c6e20353cf8812e116fd05d (diff)
downloadports-104c9abb6f9148e36bca7eebd65012c4d208d060.tar.gz
ports-104c9abb6f9148e36bca7eebd65012c4d208d060.zip
Fix packaging as a user
With hat: portmgr
Notes
Notes: svn path=/head/; revision=332214
Diffstat (limited to 'net/dtcpclient')
-rw-r--r--net/dtcpclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile
index 49ce8b70b1f8..8eb0397cbb3a 100644
--- a/net/dtcpclient/Makefile
+++ b/net/dtcpclient/Makefile
@@ -12,7 +12,7 @@ COMMENT= Dynamic Tunnel Configuration Protocol client
LICENSE= BSD
+USES= uidfix
USE_RC_SUBR= dtcpclient
-NEED_ROOT= yes
.include <bsd.port.mk>