diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-07-27 13:14:10 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-07-27 13:14:10 +0000 |
commit | 6b90e062444ba46d0b5e96dd9553d6377c18b79e (patch) | |
tree | 9536fde5d7d7fdfa2f4f8a7106e8be36b4aca12f /graphics/libggi | |
parent | fe01341506c36cac9b22f72da94765b62c642c83 (diff) | |
download | pkgsrc-6b90e062444ba46d0b5e96dd9553d6377c18b79e.tar.gz |
Add dependency on libgii. Noted by "skumle" on IRC. :)
Diffstat (limited to 'graphics/libggi')
-rw-r--r-- | graphics/libggi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index 6447927f564..d7769246c46 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/24 02:31:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/27 13:14:10 hubertf Exp $ # DISTNAME= libggi-2.0b2.1 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.ggi-project.org/pub/ggi/ggi/current/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.ggi-project.org/ +DEPENDS+= libgii-0.6:../libgii + GNU_CONFIGURE= YES CONFIGURE_ARGS+=--disable-debug \ --with-x \ |