diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-07 04:53:52 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-07 04:53:52 +0000 |
commit | d90777545a423675ac1d0d8222c32185e2526051 (patch) | |
tree | ab661896efa27256e78cc7316b7986e949e42fc5 /graphics | |
parent | 34c556e0efad80968d339c58be5da7847acc8710 (diff) | |
download | pkgsrc-d90777545a423675ac1d0d8222c32185e2526051.tar.gz |
Fix an error in last commit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index a06e3fff4d5..4eaf49d6cb3 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2001/02/05 09:00:58 tron Exp $ +# $NetBSD: Makefile,v 1.43 2001/02/07 04:53:52 fredb 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/${LOCALBASE}/bin/autoconf:../../devel/autoconf -BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= jpeg-6b:../../graphics/jpeg |