summaryrefslogtreecommitdiffstats
path: root/x11/gdm/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-01 02:27:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-01 02:27:54 +0800
commit848ea4b00930f8fd53563008da6604dd14fd8365 (patch)
treeba6bdb320c9309852a9473c4bc39398022f7e562 /x11/gdm/Makefile
parentfa84324a0d55ed529d5d73d0311358084ece22fe (diff)
downloadmarcuscom-ports-848ea4b00930f8fd53563008da6604dd14fd8365.tar
marcuscom-ports-848ea4b00930f8fd53563008da6604dd14fd8365.tar.gz
marcuscom-ports-848ea4b00930f8fd53563008da6604dd14fd8365.tar.bz2
marcuscom-ports-848ea4b00930f8fd53563008da6604dd14fd8365.tar.lz
marcuscom-ports-848ea4b00930f8fd53563008da6604dd14fd8365.tar.xz
marcuscom-ports-848ea4b00930f8fd53563008da6604dd14fd8365.tar.zst
marcuscom-ports-848ea4b00930f8fd53563008da6604dd14fd8365.zip
Update to 2.13.0.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5587 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r--x11/gdm/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index b4953534e..97cd9b624 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.10 2006/01/17 02:14:29 ahze Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.11 2006/01/20 21:41:25 marcus Exp $
#
PORTNAME= gdm
-PORTVERSION= 2.13.0.6
+PORTVERSION= 2.13.0.7
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.13
@@ -21,12 +21,10 @@ USE_X_PREFIX= yes
INSTALLS_OMF= yes
USE_RC_SUBR= gdm.sh
USE_GMAKE= yes
-USE_GNOME= gnomehack intlhack gnomehier libgnomeui librsvg2 gnomedocutils
+USE_GNOME= gnomehack intlhack gnomehier libgnomeui librsvg2 gnomedocutils \
+ gnomeprefix
USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
-CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share/gnome \
- --with-html-dir=${GNOME_HTML_DIR} \
- --disable-gtk-doc \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GTKDOC="false"
@@ -34,6 +32,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GDMDIR?= ${PREFIX}/etc/gdm
PKGMESSAGE= ${WRKDIR}/pkg-message
+GNOME_LOCALSTATEDIR= /var
+
MAN1= gdm.1
OPTIONS= IPV6 "Enable IPv6 support (This disables IPv4 support)" off