diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-06-03 04:31:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-06-03 04:31:22 +0000 |
commit | 260fedbb2d8729522df77d3bbd7cbde76ba8c8c5 (patch) | |
tree | fa19999ed2a07aeffffd45aef6a25e306932cad4 /x11 | |
parent | - Move net/mrtg-ping-probe to net-mgmt category, to improve consistency (diff) |
Add dmxproto as well as dmx since dmx doesn't pull in dmxproto.
Notes
Notes:
svn path=/head/; revision=192617
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 36f515e921e9..7b5a509e9e77 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -8,7 +8,7 @@ PORTNAME= gdm PORTVERSION= 2.18.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_LDCONFIG= yes USE_XLIB= yes -USE_XORG= dmx +USE_XORG= dmx dmxproto INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_RC_SUBR= gdm |