summaryrefslogtreecommitdiff
path: root/x11/Xaw3d
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-11 10:06:54 +0000
committertron <tron@pkgsrc.org>2001-03-11 10:06:54 +0000
commitc114b07330ed5175732201508b4677faf219f330 (patch)
treeb12f19945c4e735849868810e1350e45addc22e7 /x11/Xaw3d
parentcf74f995fa524081a7599dd62bc5b16a65f9561d (diff)
downloadpkgsrc-c114b07330ed5175732201508b4677faf219f330.tar.gz
Patch "Makefile" only if we are using OpenWindows under Solaris.
Diffstat (limited to 'x11/Xaw3d')
-rw-r--r--x11/Xaw3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile
index 171fda21231..aaadabbcb09 100644
--- a/x11/Xaw3d/Makefile
+++ b/x11/Xaw3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2001/03/11 10:01:39 tron Exp $
+# $NetBSD: Makefile,v 1.26 2001/03/11 10:06:54 tron Exp $
#
DISTNAME= Xaw3d-1.5
@@ -20,7 +20,7 @@ PLIST_SUBST= XAWREV=${XAWREV} XAWMAJOR=${XAWMAJOR}
post-extract:
@(cd ${WRKSRC}; ${LN} -s .. X11)
-.if (${OPSYS} == SunOS)
+.if (${OPSYS} == SunOS) && (${X11BASE} == /usr/openwin)
post-configure:
cd ${WRKSRC}; \
${SED} -e 's#^ SERVER#SERVER#' <${MAKEFILE} >${MAKEFILE}.sed; \