summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-03 21:07:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-03 21:07:17 +0000
commit0090808295dbe0366733c7871468f154c19d17e8 (patch)
treecdbc504d12ee8db825712bef5ec2e47a54174d4a /devel
parentf9d68c28cd5becf26206cdaa9e2ed8c717c3f5b3 (diff)
downloadfreebsd-ports-0090808295dbe0366733c7871468f154c19d17e8.zip
Allow staging as a regular user
Diffstat (limited to 'devel')
-rw-r--r--devel/configkit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/configkit/Makefile b/devel/configkit/Makefile
index 1e09b6658bc1..de11ab365f8c 100644
--- a/devel/configkit/Makefile
+++ b/devel/configkit/Makefile
@@ -16,7 +16,7 @@ COMMENT= Somewhat prototypical facility for generating CLI interfaces
BUILD_DEPENDS= ${LOCALBASE}/lib/libphk.a:${PORTSDIR}/devel/libphk
WRKSRC= ${WRKDIR}/ConfigKit
-
+USES= uidfix
MAKE_ARGS= BINDIR=${PREFIX}/bin LIBDIR=${PREFIX}/lib INCLUDEDIR=${PREFIX}/include
.include <bsd.port.mk>