diff options
author | rh <rh> | 2003-01-14 06:37:07 +0000 |
---|---|---|
committer | rh <rh> | 2003-01-14 06:37:07 +0000 |
commit | 9948c2d67c10acbdd23ce1f72215a8ceb326e4e2 (patch) | |
tree | 1b0f5a585d6d5192b95eaa71327f17758521f537 /graphics | |
parent | 56b49dac951b324be2c6a66b2776dae8258af3d5 (diff) | |
download | pkgsrc-9948c2d67c10acbdd23ce1f72215a8ceb326e4e2.tar.gz |
Unconditionally depend on Xaw3d since patching the Imakefile no longer
suffices to work with other versions. Closes PR pkg/19845.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xfig/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 062c28b7731..2a7f2c91a4d 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/01/07 06:30:34 rh Exp $ +# $NetBSD: Makefile,v 1.34 2003/01/14 06:37:07 rh Exp $ # DISTNAME= xfig.3.2.4.full @@ -23,13 +23,6 @@ CFLAGS+= -I${X11PREFIX}/include/X11 .include "../../mk/bsd.prefs.mk" -.if defined(XAW_TYPE) && (${XAW_TYPE} != "3d" && ${XAW_TYPE} != "xpm") -pre-configure: - cd ${WRKSRC} && \ - if [ ! -f Imakefile.bak ]; then ${MV} Imakefile Imakefile.bak; fi && \ - ${SED} 's/#define.XAW3D/XCOMM &/' Imakefile.bak > Imakefile -.endif - XFIGDOCDIR= ${PREFIX}/share/doc/xfig post-install: @@ -38,6 +31,6 @@ post-install: .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../graphics/xpm/buildlink2.mk" -.include "../../mk/xaw.buildlink2.mk" +.include "../../x11/Xaw3d/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |