diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-08 21:12:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-08 21:12:47 +0000 |
commit | d043b6411c3e9bfa3a22e42ec80e8f0623dabf46 (patch) | |
tree | 146f3a63eb7a06d19c6a65f740ab23ad15dda2ab /x11 | |
parent | 3f8397ae99cf387af9d3c8ed777c1d00d1a587ae (diff) | |
download | pkgsrc-d043b6411c3e9bfa3a22e42ec80e8f0623dabf46.tar.gz |
Change to use wildcard dependency on tiff.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs/Makefile | 4 | ||||
-rw-r--r-- | x11/windowmaker/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index a95f9dc7e52..d7ba5cf15ed 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 1999/10/07 17:42:01 tron Exp $ +# $NetBSD: Makefile,v 1.40 1999/10/08 21:12:53 jlam Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -14,7 +14,7 @@ HOMEPAGE= http://www.kde.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= qt-1.44:../../x11/qt -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff USE_X11BASE= yes USE_GMAKE= yes diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 0e0390d75ef..d008622c1df 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/10/06 23:26:56 jlam Exp $ +# $NetBSD: Makefile,v 1.37 1999/10/08 21:12:53 jlam Exp $ DISTNAME= WindowMaker-0.61.1 PKGNAME= windowmaker-0.61.1 @@ -16,7 +16,7 @@ DEPENDS+= libproplist-0.9.*:../../devel/libproplist DEPENDS+= giflib-*:../../graphics/giflib DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm USE_LIBTOOL= yes |