summaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-06-23 18:00:19 +0000
committerjperkin <jperkin@pkgsrc.org>2013-06-23 18:00:19 +0000
commit1ede5e6d75348fa42e34fb80ede251b3b193eb56 (patch)
tree6a24cd2e32599c5a9ee38cc22887d761fbaa4910 /x11/gdm
parent3259c0a0860224167eb41ace5c384f88cf7fb9f9 (diff)
downloadpkgsrc-1ede5e6d75348fa42e34fb80ede251b3b193eb56.tar.gz
Fix PLIST on SunOS.
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 943f4f36a9a..d569bffe3e0 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2013/06/06 12:55:13 wiz Exp $
+# $NetBSD: Makefile,v 1.179 2013/06/23 18:00:19 jperkin Exp $
#
DISTNAME= gdm-2.20.11
@@ -121,7 +121,7 @@ PLIST.dmx= yes
PRINT_PLIST_AWK+= /dmx/ { print "$${DMX}" $$0; next }
PLIST_VARS+= gdmopen
-.if exists(/usr/include/linux/vt.h)
+.if exists(/usr/include/linux/vt.h) || ${OPSYS} == "SunOS"
PLIST.gdmopen= yes
.endif
PRINT_PLIST_AWK+= /gdmopen/ { print "$${GDMOPEN}" $$0; next }