summaryrefslogtreecommitdiff
path: root/net/gtk_wicontrol
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-14 19:02:55 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-14 19:02:55 +0000
commitcfd2faf7465fa80b2502e3d2949d0e39ed5c904e (patch)
tree54130ac907cfed6525208ec813cfcb7c57ce000d /net/gtk_wicontrol
parentbbbad9ea5701b57acb7e1f8731dca640d084801b (diff)
downloadpkgsrc-cfd2faf7465fa80b2502e3d2949d0e39ed5c904e.tar.gz
Fix issues with unprivileged build. Use SPECIAL_PERMS.
Diffstat (limited to 'net/gtk_wicontrol')
-rw-r--r--net/gtk_wicontrol/Makefile8
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"