diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 18:12:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 18:12:13 +0000 |
commit | 3b8b47b8778f1799cccbfd6c59c5260bad090c31 (patch) | |
tree | 46078953ab99a9b90ce9a5d9e46f5fabb317584a | |
parent | 949c4a8baea1e3d0abcde6c684e2e047706c3961 (diff) | |
download | freebsd-ports-3b8b47b8778f1799cccbfd6c59c5260bad090c31.zip |
Allow staging as a regular user
-rw-r--r-- | net/suckblow/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/suckblow/Makefile b/net/suckblow/Makefile index ab50dcce50e9..fbc12bb914c9 100644 --- a/net/suckblow/Makefile +++ b/net/suckblow/Makefile @@ -10,6 +10,7 @@ MASTER_SITE_SUBDIR= archie MAINTAINER= ports@FreeBSD.org COMMENT= Two companion utilities for transferring data over a TCP socket +USES= uidfix CONFLICTS= suck-4.* suck-cnews-4.* .include <bsd.port.mk> |