diff options
author | tron <tron@pkgsrc.org> | 2004-04-05 13:27:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-04-05 13:27:00 +0000 |
commit | f2bf0fe5d472707579bdec6952284f3681cfa08d (patch) | |
tree | de07379f98e766e3ba6b80971e661c2653474d69 /x11/gtk2-engines | |
parent | 8bb5e29da5a371a837043653634d4dc9dd7b6736 (diff) | |
download | pkgsrc-f2bf0fe5d472707579bdec6952284f3681cfa08d.tar.gz |
Add conflicts with each other to the "gtk-engines" and the "gtk2-engines"
package because they installed identical files into the same directory.
Diffstat (limited to 'x11/gtk2-engines')
-rw-r--r-- | x11/gtk2-engines/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile index 8251e5af2f4..897f3630bd8 100644 --- a/x11/gtk2-engines/Makefile +++ b/x11/gtk2-engines/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/04/04 22:44:06 recht Exp $ -# +# $NetBSD: Makefile,v 1.22 2004/04/05 13:27:00 tron Exp $ DISTNAME= gtk-engines-2.2.0 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -14,6 +13,8 @@ COMMENT= Theme engines for GTK+ version 2 DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs +CONFLICTS+= gtk-engines-* + GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_X11= yes |