diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-31 07:49:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-31 07:49:27 +0000 |
commit | 5852c7462dd9d6b02fd985179513190ca63aee98 (patch) | |
tree | cfe47ff84abe8cf2cb6511d589675016ca15b40a /ports-mgmt/dialog4ports | |
parent | 78bd4358ade4a4cda7b8699da791867bf9e047e8 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/dialog4ports')
-rw-r--r-- | ports-mgmt/dialog4ports/Makefile | 4 |
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) |