diff options
Diffstat (limited to 'wm/windowmaker/Makefile')
-rw-r--r-- | wm/windowmaker/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 6a6c998a052..8e29ee44803 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/10/05 12:18:57 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2001/10/07 13:08:32 rh Exp $ DISTNAME= WindowMaker-0.70.0 PKGNAME= windowmaker-0.70.0 @@ -11,7 +11,6 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.windowmaker.org/ COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone -BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= YES @@ -20,7 +19,7 @@ REPLACE_BUILDLINK+= WINGs/get-wutil-flags REPLACE_BUILDLINK+= wrlib/get-wraster-flags USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-usermenu \ @@ -69,10 +68,6 @@ post-extract: ${MV} $$f.new $$f; \ done -pre-configure: - cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf; \ - ${RM} doc/Makefile.in ; ${LOCALBASE}/bin/automake --no-force - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/SoundSets ${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/Sounds |