summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-28 07:06:45 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-28 07:06:45 +0800
commit1f6c6162f7300b2457fe4dc0c620ba333bb98954 (patch)
tree2b1cf7b99115d3b24a260dd62495da6c1fd6fc4e /x11
parenteaff25dd28bda6c30eff3a7da7901baf25382c00 (diff)
downloadmarcuscom-ports-1f6c6162f7300b2457fe4dc0c620ba333bb98954.tar
marcuscom-ports-1f6c6162f7300b2457fe4dc0c620ba333bb98954.tar.gz
marcuscom-ports-1f6c6162f7300b2457fe4dc0c620ba333bb98954.tar.bz2
marcuscom-ports-1f6c6162f7300b2457fe4dc0c620ba333bb98954.tar.lz
marcuscom-ports-1f6c6162f7300b2457fe4dc0c620ba333bb98954.tar.xz
marcuscom-ports-1f6c6162f7300b2457fe4dc0c620ba333bb98954.tar.zst
marcuscom-ports-1f6c6162f7300b2457fe4dc0c620ba333bb98954.zip
Fix the path to the new GDM custom.conf file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5981 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-screensaver/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile
index e6e0a0b30..0f0f3f017 100644
--- a/x11/gnome-screensaver/Makefile
+++ b/x11/gnome-screensaver/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.32 2006/03/13 19:31:46 mezz Exp $
+# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.33 2006/03/13 20:54:36 marcus Exp $
#
PORTNAME= gnome-screensaver
PORTVERSION= 2.14.0
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
@@ -24,7 +25,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomemenus
CONFIGURE_ARGS= --disable-pam \
- --with-gdm-config=${X11BASE}/etc/gdm/gdm.conf \
+ --with-gdm-config=${X11BASE}/etc/gdm/custom.conf \
--with-xscreensaverdir=${XSCREENSAVER_DIR} \
--with-xscreensaverhackdir=${X11BASE}/bin/xscreensaver-hacks
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \