summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjylefort <jylefort@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-03 05:42:01 +0800
committerjylefort <jylefort@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-03 05:42:01 +0800
commita7d5b14f563bc40c4f373fe68eca6922780d75c7 (patch)
tree57d33611ded8e2c2e8271c8f0ada8863c23e89ea /sysutils
parente3f586daaac6699db4e7c11bbc163d03c0c1d111 (diff)
downloadmarcuscom-ports-a7d5b14f563bc40c4f373fe68eca6922780d75c7.tar
marcuscom-ports-a7d5b14f563bc40c4f373fe68eca6922780d75c7.tar.gz
marcuscom-ports-a7d5b14f563bc40c4f373fe68eca6922780d75c7.tar.bz2
marcuscom-ports-a7d5b14f563bc40c4f373fe68eca6922780d75c7.tar.lz
marcuscom-ports-a7d5b14f563bc40c4f373fe68eca6922780d75c7.tar.xz
marcuscom-ports-a7d5b14f563bc40c4f373fe68eca6922780d75c7.tar.zst
marcuscom-ports-a7d5b14f563bc40c4f373fe68eca6922780d75c7.zip
Let's actually enable debugging output since we're still in the test phase.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6200 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-volume-manager/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gnome-volume-manager/Makefile b/sysutils/gnome-volume-manager/Makefile
index d6532ecbd..bfbe95f56 100644
--- a/sysutils/gnome-volume-manager/Makefile
+++ b/sysutils/gnome-volume-manager/Makefile
@@ -3,11 +3,12 @@
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/sysutils/gnome-volume-manager/Makefile,v 1.1 2006/05/02 21:21:03 jylefort Exp $
#
PORTNAME= gnome-volume-manager
PORTVERSION= 1.5.15
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -24,7 +25,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack nautilus2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-debug --disable-multiuser
+CONFIGURE_ARGS= --disable-multiuser
GCONF_SCHEMAS= gnome-volume-manager.schemas
.include <bsd.port.mk>