diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | a4cbe4cb0445443d02c5d3c6f788d17367537b92 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /x11/gtk/Makefile | |
parent | 878b71762a717be3626e0baac746b75c52f812b6 (diff) | |
download | pkgsrc-a4cbe4cb0445443d02c5d3c6f788d17367537b92.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 3f3b97afca3..b7fb96ec06b 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/01/30 23:18:56 agc Exp $ +# $NetBSD: Makefile,v 1.27 1999/02/20 22:48:47 hubertf Exp $ DISTNAME= gtk+-1.1.12 CATEGORIES= x11 @@ -14,8 +14,6 @@ DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= glib-1.1.12:../../devel/glib BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 -CONFLICTS= gtk+-* - USE_LIBTOOL= yes USE_X11BASE= yes USE_GMAKE= yes |