From e0708b680dbe9d22b3a1280937ff4a796741e414 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 14 Feb 2010 19:02:55 +0000 Subject: Fix issues with unprivileged build. Use SPECIAL_PERMS. --- net/gtk_wicontrol/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'net/gtk_wicontrol') 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" -- cgit v1.2.3