aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/dialog4ports
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 07:49:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 07:49:27 +0000
commit5852c7462dd9d6b02fd985179513190ca63aee98 (patch)
treecfe47ff84abe8cf2cb6511d589675016ca15b40a /ports-mgmt/dialog4ports
parent78bd4358ade4a4cda7b8699da791867bf9e047e8 (diff)
downloadports-5852c7462dd9d6b02fd985179513190ca63aee98.tar.gz
ports-5852c7462dd9d6b02fd985179513190ca63aee98.zip
Remove useless NEED_ROOT in favour of a proper USES=uidfix
Notes
Notes: svn path=/head/; revision=332208
Diffstat (limited to 'ports-mgmt/dialog4ports')
-rw-r--r--ports-mgmt/dialog4ports/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/dialog4ports/Makefile b/ports-mgmt/dialog4ports/Makefile
index 611d79d7b213..0933f15e0c4c 100644
--- a/ports-mgmt/dialog4ports/Makefile
+++ b/ports-mgmt/dialog4ports/Makefile
@@ -16,6 +16,8 @@ MASTER_SITES= http://m1cro.tk/dialog4ports/ \
MAINTAINER= rum1cro@yandex.ru
COMMENT?= Console Interface to configure ports
+USES= uidfix
+
# CCACHE has options, so may need d4p, make d4p not ccache friendly
# to avoid circular dependency
NO_CCACHE= yes
@@ -26,8 +28,6 @@ MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null
PLIST_FILES= bin/dialog4ports man/man1/${PORTNAME}.1.gz
.endif
-NEED_ROOT= yes
-
.include <bsd.port.pre.mk>
.if defined(DEBUG_FLAGS)