diff options
author | reed <reed@pkgsrc.org> | 2009-04-15 03:50:17 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-04-15 03:50:17 +0000 |
commit | 28a23e6eee2b7eda91e207ba22c47988646ac1ac (patch) | |
tree | 84b9a0d7a7f8eb50a3f157b0dd570d8882386025 /devel/pangomm | |
parent | 5f61ffc8adeeb3015bde576d3f9223c9fcfc00ab (diff) | |
download | pkgsrc-28a23e6eee2b7eda91e207ba22c47988646ac1ac.tar.gz |
Add a conflict with gtkmm<=2.13.5.
(pangomm was split from gtkmm, so older gtkmm has some
of same files.)
Diffstat (limited to 'devel/pangomm')
-rw-r--r-- | devel/pangomm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pangomm/Makefile b/devel/pangomm/Makefile index b7ddda91f4a..1800cfab17c 100644 --- a/devel/pangomm/Makefile +++ b/devel/pangomm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/04/02 09:02:58 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/04/15 03:50:17 reed Exp $ DISTNAME= pangomm-2.24.0 CATEGORIES= devel @@ -11,6 +11,8 @@ COMMENT= C++ bindings for pangomm PKG_DESTDIR_SUPPORT= user-destdir +CONFLICTS+= gtkmm<=2.13.5 + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |