diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 00:53:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 00:53:51 +0800 |
commit | 668f28e70f080e2d06d6c5e1ac9ad526d106e5e5 (patch) | |
tree | 7e31291c117b1a5b976e00d000dc93bf3654f67e /net | |
parent | 3267c0222b098ac2ecdcb77b3ac91e711111905a (diff) | |
download | freebsd-ports-gnome-668f28e70f080e2d06d6c5e1ac9ad526d106e5e5.tar.gz freebsd-ports-gnome-668f28e70f080e2d06d6c5e1ac9ad526d106e5e5.tar.zst freebsd-ports-gnome-668f28e70f080e2d06d6c5e1ac9ad526d106e5e5.zip |
Allow staging as a regular user
Diffstat (limited to 'net')
-rw-r--r-- | net/packetdrill/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/packetdrill/Makefile b/net/packetdrill/Makefile index 30da4243bed2..7a784e520342 100644 --- a/net/packetdrill/Makefile +++ b/net/packetdrill/Makefile @@ -11,10 +11,9 @@ COMMENT= Network stack testing tool LICENSE= GPLv2 -USES= bison +USES= bison uidfix MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" \ - WITH_INSTALL_AS_USER=yes + PTHREAD_LIBS="${PTHREAD_LIBS}" PORTDATA= packetdrill.el packetdrill.vim PORTDOCS= README PORTEXAMPLES= tests |