diff options
author | jperkin <jperkin> | 2013-06-23 18:00:19 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-06-23 18:00:19 +0000 |
commit | e9c0d4385b7d1c55350674b8778674f45df65196 (patch) | |
tree | 6a24cd2e32599c5a9ee38cc22887d761fbaa4910 /x11 | |
parent | ae0b68cdb67560388b7320cbe5cbc34a2db6b65a (diff) | |
download | pkgsrc-e9c0d4385b7d1c55350674b8778674f45df65196.tar.gz |
Fix PLIST on SunOS.
Diffstat (limited to 'x11')
-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 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 } |