diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-30 09:16:47 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-30 09:16:47 +0000 |
commit | 29f2c3087f4f878dae4602d760112f9f2ddab707 (patch) | |
tree | 3b7c90d8d7c0557cec84d7cfcc040d9b0e868073 /wm/windowmaker | |
parent | 9ece772cd9b2b4c1820e0a5f4ad60b656d4756f7 (diff) | |
download | pkgsrc-29f2c3087f4f878dae4602d760112f9f2ddab707.tar.gz |
USE_XPM -> xpm's buildlink.mk
Diffstat (limited to 'wm/windowmaker')
-rw-r--r-- | wm/windowmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index c34c2be55f3..b3bc13f8a81 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/06/26 00:38:28 zuntum Exp $ +# $NetBSD: Makefile,v 1.12 2001/06/30 09:16:47 zuntum Exp $ DISTNAME= WindowMaker-0.65.0 PKGNAME= windowmaker-0.65.0 @@ -19,7 +19,6 @@ USE_LIBTOOL= YES USE_LIBINTL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_X11BASE= YES -USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-usermenu \ --with-nlsdir=${PREFIX}/share/locale @@ -85,4 +84,5 @@ post-install: .include "../../graphics/jpeg/buildlink.mk" .include "../../graphics/png/buildlink.mk" .include "../../graphics/tiff/buildlink.mk" +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |