diff options
author | tron <tron@pkgsrc.org> | 2001-03-11 10:06:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-11 10:06:54 +0000 |
commit | c114b07330ed5175732201508b4677faf219f330 (patch) | |
tree | b12f19945c4e735849868810e1350e45addc22e7 | |
parent | cf74f995fa524081a7599dd62bc5b16a65f9561d (diff) | |
download | pkgsrc-c114b07330ed5175732201508b4677faf219f330.tar.gz |
Patch "Makefile" only if we are using OpenWindows under Solaris.
-rw-r--r-- | x11/Xaw3d/Makefile | 4 |
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; \ |