diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 10:05:21 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 10:05:21 +0800 |
commit | cac85d7e7c251df2d26a674b3e800b259c0c6093 (patch) | |
tree | ded4e8ca4fc01dcbdc325a4b0f9ed87aa684f0b2 /x11/gdm/Makefile | |
parent | 749f5be22a84d244a207dc7419e4e5bc2c91abea (diff) | |
download | marcuscom-ports-cac85d7e7c251df2d26a674b3e800b259c0c6093.tar marcuscom-ports-cac85d7e7c251df2d26a674b3e800b259c0c6093.tar.gz marcuscom-ports-cac85d7e7c251df2d26a674b3e800b259c0c6093.tar.bz2 marcuscom-ports-cac85d7e7c251df2d26a674b3e800b259c0c6093.tar.lz marcuscom-ports-cac85d7e7c251df2d26a674b3e800b259c0c6093.tar.xz marcuscom-ports-cac85d7e7c251df2d26a674b3e800b259c0c6093.tar.zst marcuscom-ports-cac85d7e7c251df2d26a674b3e800b259c0c6093.zip |
- Update to 2.15.10
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7108 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 20748f77a..15104f60a 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.40 2006/07/31 23:24:10 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.41 2006/08/07 23:53:08 ahze Exp $ # PORTNAME= gdm -PORTVERSION= 2.15.9 +PORTVERSION= 2.15.10 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -21,6 +21,7 @@ RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity USE_BZIP2= yes USE_GETTEXT= yes +USE_LDCONFIG= yes USE_XLIB= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes |