diff options
author | tron <tron@pkgsrc.org> | 1999-02-21 09:07:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-21 09:07:51 +0000 |
commit | 22bda0533608b2c4e3326cf5bff347f2f16da844 (patch) | |
tree | a15ccac54f0e8d93d4d309c0af7960e962bea18d | |
parent | 06344a2ef019050b18b611f2611f0e7854acd7fe (diff) | |
download | pkgsrc-22bda0533608b2c4e3326cf5bff347f2f16da844.tar.gz |
Back out last commit:
New compatible gtk 1.0.x packages are named differently and be don't
want to be installed together with old versions.
-rw-r--r-- | devel/glib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile index 1973254ca53..7848a857fc4 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/02/21 09:03:28 tron Exp $ +# $NetBSD: Makefile,v 1.12 1999/02/21 09:07:51 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp # @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.1/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gtk.org/docs/glib_toc.html +CONFLICTS= gtk+-1.0.* + GNU_CONFIGURE= yes USE_LIBTOOL= yes |