diff options
author | marcus <marcus@FreeBSD.org> | 2007-06-03 11:41:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-06-03 11:41:19 +0800 |
commit | 8a4e67b57c8d9814288080a22cb2b9894ca8d5f5 (patch) | |
tree | 584934e3bba598b36ebbe25f4e8dde4745e25948 | |
parent | 41bd609c66a6a9fc430f5b44d4f29c1a610b10bc (diff) | |
download | freebsd-ports-gnome-8a4e67b57c8d9814288080a22cb2b9894ca8d5f5.tar.gz freebsd-ports-gnome-8a4e67b57c8d9814288080a22cb2b9894ca8d5f5.tar.zst freebsd-ports-gnome-8a4e67b57c8d9814288080a22cb2b9894ca8d5f5.zip |
Add a missing dependency on dmx to fix the packaging.
-rw-r--r-- | x11/gdm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 225834f6ca6e..36f515e921e9 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -8,6 +8,7 @@ PORTNAME= gdm PORTVERSION= 2.18.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -23,6 +24,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_LDCONFIG= yes USE_XLIB= yes +USE_XORG= dmx INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_RC_SUBR= gdm |