diff options
author | tron <tron@pkgsrc.org> | 2000-03-13 22:28:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-13 22:28:09 +0000 |
commit | aaa7b218c871404bef3cc0accd5fca3d84253d74 (patch) | |
tree | 46fee1aed9c06932a080cdcbd6f26c877df9aab2 /x11 | |
parent | 625f9e51e7d81e9c6a25dfc26121ef2382254d6f (diff) | |
download | pkgsrc-aaa7b218c871404bef3cc0accd5fca3d84253d74.tar.gz |
Add explicit dependence on "gtk+" for version 1.2.7 or newer.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 74b63ac6046..6e31292e66c 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2000/03/13 22:25:45 tron Exp $ +# $NetBSD: Makefile,v 1.41 2000/03/13 22:28:09 tron Exp $ DISTNAME= gnome-libs-1.0.56 CATEGORIES= x11 gnome @@ -9,6 +9,7 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= ORBit-*:../../corba/ORBit DEPENDS+= esound-*:../../audio/esound +DEPENDS+= gtk+>=1.2.7:../gtk DEPENDS+= imlib-*:../../graphics/imlib DEPENDS+= xpm-3.4k:../../graphics/xpm |