summaryrefslogtreecommitdiff
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authoragc <agc>1998-04-22 14:22:39 +0000
committeragc <agc>1998-04-22 14:22:39 +0000
commitd2460b9fd7541b962dded99da55174aa350b543a (patch)
tree1fa1007997976767bf1737186cbaead81fd8476f /graphics/gimp/Makefile
parent85e71b358f29ed1f1eeef26ae6d1033c54e4217f (diff)
downloadpkgsrc-d2460b9fd7541b962dded99da55174aa350b543a.tar.gz
Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index f595f89f437..1180892a727 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/04/17 09:37:24 agc Exp $
+# $NetBSD: Makefile,v 1.11 1998/04/22 14:22:41 agc Exp $
DISTNAME= gimp-0.99.26
CATEGORIES= graphics
@@ -11,12 +11,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= bsieker@techfak.uni-bielefeld.de
-LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
- mpeg.1.2:${PORTSDIR}/graphics/mpeg-lib \
- png.0.96:${PORTSDIR}/graphics/png \
- tiff.3.4:${PORTSDIR}/graphics/tiff \
- gtk.1.0:${PORTSDIR}/x11/gtk \
- Xpm.4.:${PORTSDIR}/graphics/xpm
+DEPENDS+= xpm-3.4j:../../graphics/xpm
+DEPENDS+= tiff-3.4:../../graphics/tiff
+DEPENDS+= jpeg-6a:../../graphics/jpeg
+DEPENDS+= png-0.96:../../graphics/png
+DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib
+DEPENDS+= gtk+-1.0.0:../../x11/gtk
USE_X11= yes
GNU_CONFIGURE= yes