summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-06-23 18:00:19 +0000
committerjperkin <jperkin>2013-06-23 18:00:19 +0000
commite9c0d4385b7d1c55350674b8778674f45df65196 (patch)
tree6a24cd2e32599c5a9ee38cc22887d761fbaa4910 /x11
parentae0b68cdb67560388b7320cbe5cbc34a2db6b65a (diff)
downloadpkgsrc-e9c0d4385b7d1c55350674b8778674f45df65196.tar.gz
Fix PLIST on SunOS.
Diffstat (limited to 'x11')
-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 }