diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-31 03:27:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-31 03:27:16 +0800 |
commit | 8ea84e58841d248a12a1793a774a992d255f119a (patch) | |
tree | dd17d75f2d895bba26493e0cf0f9272346726aa5 /x11/gdm/Makefile | |
parent | 7a191cf2aa0c91bdc1249961bea01bd84255882e (diff) | |
download | marcuscom-ports-8ea84e58841d248a12a1793a774a992d255f119a.tar.gz marcuscom-ports-8ea84e58841d248a12a1793a774a992d255f119a.tar.zst marcuscom-ports-8ea84e58841d248a12a1793a774a992d255f119a.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8956 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 12fd718cf..977e3c300 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.63 2007/05/19 21:36:27 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.64 2007/05/30 03:21:45 mezz Exp $ # PORTNAME= gdm @@ -50,12 +50,6 @@ OPTIONS= IPV6 "Enable IPv6 support" on \ .include <bsd.port.pre.mk> -.if ${X_WINDOW_SYSTEM:L} != "xorg" -PLIST_SUB+= X11="" -.else -PLIST_SUB+= X11="@comment " -.endif - .if exists(/usr/include/security/pam_misc.h) PLIST_SUB+= PAM_MISC="" .else |