summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-05 03:33:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-05 03:33:54 +0800
commitfb2dcd2f4862ad212ae58c43d0831ae32843f666 (patch)
treed4e2df985e3753cfa586e759232b494ee5b977ee /sysutils
parent92ac55f288c54e5459823d4d6227013716530c19 (diff)
downloadmarcuscom-ports-fb2dcd2f4862ad212ae58c43d0831ae32843f666.tar
marcuscom-ports-fb2dcd2f4862ad212ae58c43d0831ae32843f666.tar.gz
marcuscom-ports-fb2dcd2f4862ad212ae58c43d0831ae32843f666.tar.bz2
marcuscom-ports-fb2dcd2f4862ad212ae58c43d0831ae32843f666.tar.lz
marcuscom-ports-fb2dcd2f4862ad212ae58c43d0831ae32843f666.tar.xz
marcuscom-ports-fb2dcd2f4862ad212ae58c43d0831ae32843f666.tar.zst
marcuscom-ports-fb2dcd2f4862ad212ae58c43d0831ae32843f666.zip
Allow users in the wheel group to run s-t-b scripts.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7856 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/system-tools-backends/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile
index 54666483c..83e207061 100644
--- a/sysutils/system-tools-backends/Makefile
+++ b/sysutils/system-tools-backends/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-experimental/sysutils/system-tools-backends/Makefile,v 1.1 2006/07/27 00:36:13 marcus Exp $
+# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.23 2006/10/27 12:00:51 ahze Exp $
#
PORTNAME= system-tools-backends
PORTVERSION= 1.9.90
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -24,6 +25,7 @@ USE_GMAKE= yes
USE_PERL5= yes
USE_GNOME= gnomehack gnometarget intlhack
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-stb-group=wheel
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"