diff options
author | tron <tron@pkgsrc.org> | 1998-02-24 15:08:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-24 15:08:26 +0000 |
commit | aa16b76cf73f5d53fcd6f0c98f6f0e841161912c (patch) | |
tree | 1f37dbd04eadc4869a3175ea1297697b0c0fa8cf /graphics | |
parent | 1bc466838c36cb479c15d71bf6d2fce796ba7581 (diff) | |
download | pkgsrc-aa16b76cf73f5d53fcd6f0c98f6f0e841161912c.tar.gz |
Add "xpm" to "LIB_DEPENDS".
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index fef1f6a3a2b..c646e484f17 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -3,7 +3,7 @@ # Date created: 29 January 1998 # Whom: Bernd Sieker <bsieker@techfak.uni-bielefeld.de> # -# $NetBSD: Makefile,v 1.5 1998/02/22 00:01:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/24 15:08:26 tron Exp $ DISTNAME= gimp-0.99.18 CATEGORIES= graphics @@ -32,6 +32,7 @@ LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \ tcl80.1.0:${PORTSDIR}/lang/tcl80 \ tk80.1.0:${PORTSDIR}/x11/tk80 \ gtk.1.0:${PORTSDIR}/x11/gtk \ + Xpm.4.:${PORTSDIR}/graphics/xpm USE_X11= yes GNU_CONFIGURE= yes |