diff options
author | marcus <marcus@FreeBSD.org> | 2007-06-03 12:31:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-06-03 12:31:22 +0800 |
commit | c62c7be4adc11d9f087a151756da3d41c46884a1 (patch) | |
tree | a647a530cf6a098373213226f4f9f4d3f91f067b /x11/gdm | |
parent | 507e11530a51d335a875e9c90959ef57e3bb1995 (diff) | |
download | freebsd-ports-gnome-c62c7be4adc11d9f087a151756da3d41c46884a1.tar.gz freebsd-ports-gnome-c62c7be4adc11d9f087a151756da3d41c46884a1.tar.zst freebsd-ports-gnome-c62c7be4adc11d9f087a151756da3d41c46884a1.zip |
Add dmxproto as well as dmx since dmx doesn't pull in dmxproto.
Diffstat (limited to 'x11/gdm')
-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 |