aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-30 03:31:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-30 03:31:01 +0000
commite5c3d16104b023bf101ccdf9034dc7085044a04c (patch)
tree7aa9268e3e423e322e58845053c371cf35933921 /x11-toolkits/py-gnome2
parente4e2ab42199208f77b453112be1de21e9c6edb25 (diff)
downloadports-e5c3d16104b023bf101ccdf9034dc7085044a04c.tar.gz
ports-e5c3d16104b023bf101ccdf9034dc7085044a04c.zip
Notes
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r--x11-toolkits/py-gnome2/Makefile2
-rw-r--r--x11-toolkits/py-gnome2/pkg-install16
2 files changed, 2 insertions, 16 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile
index 6005d04884b9..3740e5aacda7 100644
--- a/x11-toolkits/py-gnome2/Makefile
+++ b/x11-toolkits/py-gnome2/Makefile
@@ -33,6 +33,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
EG_SRC_DIR= ${WRKSRC}/examples
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
+CONFLICTS= py*-gnome-1*
+
.if !defined(PACKAGE_BUILDING)
pre-build:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
diff --git a/x11-toolkits/py-gnome2/pkg-install b/x11-toolkits/py-gnome2/pkg-install
deleted file mode 100644
index 128d42c2f686..000000000000
--- a/x11-toolkits/py-gnome2/pkg-install
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-if [ -n "${PACKAGE_BUILDING}" ]; then
- exit 0
-fi
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH}
-export PATH
-
-if [ "$2" = "PRE-INSTALL" ]; then
- if pkg_info | grep "^py-gnome-1\.4\.[0-9]"; then
- echo "py-gnome for GTK+ 1.x was detected."
- echo "This packages cannot coexist with py-gnome."
- false
- fi
-fi