diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-16 21:45:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-16 21:45:25 +0000 |
commit | 5c9cb4e4779e00a9c7e136340ca5ac49f98c44d1 (patch) | |
tree | d9db4c2cb69096158ea0abeaf5c47dc12f3c10dd /graphics/sodipodi/Makefile | |
parent | 7ca58852c42495a775d1f55e51d400fde18b73d1 (diff) | |
download | pkgsrc-5c9cb4e4779e00a9c7e136340ca5ac49f98c44d1.tar.gz |
Use USE_XPM instead of DEPENDS for xpm for XF4 users.
[Should be buildlinked instead, but some dependencies are still missing.]
Diffstat (limited to 'graphics/sodipodi/Makefile')
-rw-r--r-- | graphics/sodipodi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index fc24c1a0570..de5b438c7ee 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 06:36:09 manu Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/16 21:45:25 wiz Exp $ # DISTNAME= sodipodi-0.23 @@ -15,7 +15,6 @@ DEPENDS+= bonobo>=1.0.4:../../devel/bonobo DEPENDS+= libxml>=1.8.11:../../textproc/libxml DEPENDS+= gtk+>=1.2.8:../../x11/gtk DEPENDS+= pth>=1.3.7:../../devel/pth -DEPENDS+= xpm>=3.4k:../../graphics/xpm DEPENDS+= ORBit>=0.5.8:../../net/ORBit DEPENDS+= gal>=0.7:../../devel/gal @@ -23,6 +22,7 @@ GNU_CONFIGURE= YES USE_GMAKE= YES USE_LIBTOOL= YES USE_X11BASE= YES +USE_XPM= YES USE_LIBINTL= YES .include "../../mk/bsd.pkg.mk" |