diff options
author | drochner <drochner@pkgsrc.org> | 2001-07-02 17:49:36 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-07-02 17:49:36 +0000 |
commit | 1bb62b460ca9fd4893170dad0c226972507aa7b5 (patch) | |
tree | 3481b52cc2450332b990500cfefd1a0fd9e72543 /x11/gnome-- | |
parent | f6ab06e12b2c2989a73b95dbccee115eb91d2761 (diff) | |
download | pkgsrc-1bb62b460ca9fd4893170dad0c226972507aa7b5.tar.gz |
add dependency to libsigc++
Diffstat (limited to 'x11/gnome--')
-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 433e3c6c8b5..d2ce61284d9 100644 --- a/x11/gnome--/Makefile +++ b/x11/gnome--/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/19 10:08:59 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/02 17:49:36 drochner Exp $ # DISTNAME= gnomemm-1.1.19 @@ -11,6 +11,7 @@ HOMEPAGE= http://gtkmm.sourceforge.net/ COMMENT= C++ binding for the GNOME libraries DEPENDS+= gnome-libs-*:../../x11/gnome-libs +DEPENDS+= libsigc++>=1.0.1:../../devel/libsigc++ GNU_CONFIGURE= YES USE_GMAKE= yes |