diff options
author | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
commit | f2d262e0bef754371e35855c069d92d11d7759bb (patch) | |
tree | 2c1d493d315c86d062bda624e834a3d6f66707c0 /graphics/imlib/Makefile | |
parent | 338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff) | |
download | pkgsrc-f2d262e0bef754371e35855c069d92d11d7759bb.tar.gz |
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'graphics/imlib/Makefile')
-rw-r--r-- | graphics/imlib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 4c14d2eea97..a06e3fff4d5 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2000/12/06 21:29:17 hubertf Exp $ +# $NetBSD: Makefile,v 1.42 2001/02/05 09:00:58 tron Exp $ # DISTNAME= imlib-1.9.8.1 @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/imlib/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.nl.rasterman.com/imlib.html -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= jpeg-6b:../../graphics/jpeg @@ -34,7 +34,7 @@ CPPFLAGS= -DENABLE_NLS CPPFLAGS+= -I${LOCALBASE}/include pre-configure: - cd ${WRKSRC} && autoconf && automake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imlib |