diff options
author | joerg <joerg> | 2010-02-14 19:02:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-14 19:02:55 +0000 |
commit | e0708b680dbe9d22b3a1280937ff4a796741e414 (patch) | |
tree | 54130ac907cfed6525208ec813cfcb7c57ce000d /net/gtk_wicontrol | |
parent | 9697f8f01fb8cd2a5596634c256f67220ebe610a (diff) | |
download | pkgsrc-e0708b680dbe9d22b3a1280937ff4a796741e414.tar.gz |
Fix issues with unprivileged build. Use SPECIAL_PERMS.
Diffstat (limited to 'net/gtk_wicontrol')
-rw-r--r-- | net/gtk_wicontrol/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile index 0e8abc767b7..2a67ab2d317 100644 --- a/net/gtk_wicontrol/Makefile +++ b/net/gtk_wicontrol/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2010/02/11 21:30:54 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2010/02/14 19:02:55 joerg Exp $ DISTNAME= gtk_wicontrol-0.17 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.izawa.org/software/gtk_wicontrol/ @@ -17,6 +17,10 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt +INSTALL_MAKE_FLAGS+= AM_INSTALL_PROGRAM_FLAGS= + +SPECIAL_PERMS+= bin/gtk_wicontrol ${SETUID_ROOT_PERMS} + BUILDLINK_DEPMETHOD.libXt?= build .include "../../devel/gettext-lib/buildlink3.mk" |