diff options
author | drochner <drochner@pkgsrc.org> | 2001-07-11 16:39:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-07-11 16:39:17 +0000 |
commit | ada776ec2c207369e0842853cf4f34f7643c6532 (patch) | |
tree | c82a304daebf84243928064237c3d970384b7452 /x11 | |
parent | cdf4c676b25ca79584485711a0d63d25bab3a4f4 (diff) | |
download | pkgsrc-ada776ec2c207369e0842853cf4f34f7643c6532.tar.gz |
depends on gtk--
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome--/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome--/Makefile b/x11/gnome--/Makefile index d2ce61284d9..6d87e87ceb4 100644 --- a/x11/gnome--/Makefile +++ b/x11/gnome--/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/07/02 17:49:36 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/11 16:39:17 drochner Exp $ # DISTNAME= gnomemm-1.1.19 @@ -12,6 +12,7 @@ COMMENT= C++ binding for the GNOME libraries DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= libsigc++>=1.0.1:../../devel/libsigc++ +DEPENDS+= gtk-->=1.2.5:../../x11/gtk-- GNU_CONFIGURE= YES USE_GMAKE= yes |