diff options
Diffstat (limited to 'wm/windowmaker/Makefile')
-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 e6894303e29..046102b90ef 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/05 09:01:05 tron Exp $ DISTNAME= WindowMaker-0.62.1 PKGNAME= windowmaker-0.62.1 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.windowmaker.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= gettextize:../../devel/gettext DEPENDS+= libproplist-0.10.*:../../devel/libproplist DEPENDS+= libungif-*:../../graphics/libungif |