diff options
author | tron <tron@pkgsrc.org> | 1998-10-04 18:39:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-10-04 18:39:13 +0000 |
commit | c4e90ef2bc56ca157a8e04e6b8f6155f2239f089 (patch) | |
tree | ecc0c13d0d28e4f073491f627fd4d2e6befcf074 | |
parent | 7a29f8574c36d2a9fc7e324488bb660805479e6a (diff) | |
download | pkgsrc-c4e90ef2bc56ca157a8e04e6b8f6155f2239f089.tar.gz |
Add "glib-1.1.3" to conflicts.
-rw-r--r-- | x11/gtk10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile index c0a900624d9..d08dfd13bcc 100644 --- a/x11/gtk10/Makefile +++ b/x11/gtk10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/25 11:00:49 agc Exp $ +# $NetBSD: Makefile,v 1.2 1998/10/04 18:39:13 tron Exp $ DISTNAME= gtk+-1.0.4 CATEGORIES= x11 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \ MAINTAINER= bsieker@techfak.uni-bielefeld.de HOMEPAGE= http://www.gtk.org/ -CONFLICTS= gtk+-1.0.0 gtk+-1.1 glib-1.1.2 +CONFLICTS= gtk+-1.0.0 gtk+-1.1 glib-1.1.2 glib-1.1.3 USE_LIBTOOL= yes USE_X11= yes |