diff options
Diffstat (limited to 'devel/privman/Makefile')
-rw-r--r-- | devel/privman/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/privman/Makefile b/devel/privman/Makefile index 549e7f24bb8e..14d1538e7b65 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -7,12 +7,15 @@ PORTNAME= privman PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= devel security MASTER_SITES= http://opensource.nailabs.com/privman/downloads/ MAINTAINER= ponomarew@oberon.net COMMENT= Library that makes it easy for programs to use privilege separation +FORBIDDEN= "tempnam() can cause race condition, should be fixed by the author soon" + GNU_CONFIGURE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |