summaryrefslogtreecommitdiff
path: root/pkgtools/x11-links/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/x11-links/Makefile')
-rw-r--r--pkgtools/x11-links/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile
index bffe87e34c9..e2aff05f115 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2004/11/11 18:17:52 sketch Exp $
+# $NetBSD: Makefile,v 1.64 2004/11/20 06:34:26 grant Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in buildlink3.mk to the correct version,
@@ -35,6 +35,8 @@ PKG_FAIL_REASON= "${PKGNAME} requires X headers to be installed"
.if ${OPSYS} == "IRIX"
. include "xsgi.mk"
+.elif ${OPSYS} == "OSF1"
+. include "xdec.mk"
.elif !empty(X11BASE:M*openwin)
. include "openwin.mk"
.else