summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorfredb <fredb>2001-02-07 04:53:52 +0000
committerfredb <fredb>2001-02-07 04:53:52 +0000
commit546091ced2fafff2d2f0239d01077ee741809693 (patch)
treeab661896efa27256e78cc7316b7986e949e42fc5 /graphics
parent2e483d48a6a613f26aedf644e329479f686ef380 (diff)
downloadpkgsrc-546091ced2fafff2d2f0239d01077ee741809693.tar.gz
Fix an error in last commit.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/imlib/Makefile6
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