diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 6b31288..a53d469 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -34,7 +34,7 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} EG_SRC_DIR= ${WRKSRC}/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gtk -CONFLICTS= py*-gtk-2* +CONFLICTS= py*-gtk-2* py*-gobject-[0-9]* .if !defined(NOPORTDOCS) post-install: diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 8452d99..5fef4bf 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -35,7 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib EG_SRC_DIR= ${WRKSRC}/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gtk -CONFLICTS= py*-gtk-0* +CONFLICTS= py*-gtk-0* py*-gobject-[0-9]* # # Use the same way as the Python port to determine if we want |