diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-30 03:31:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-30 03:31:01 +0000 |
commit | e5c3d16104b023bf101ccdf9034dc7085044a04c (patch) | |
tree | 7aa9268e3e423e322e58845053c371cf35933921 /x11-toolkits/py-gnome/Makefile | |
parent | e4e2ab42199208f77b453112be1de21e9c6edb25 (diff) | |
download | ports-e5c3d16104b023bf101ccdf9034dc7085044a04c.tar.gz ports-e5c3d16104b023bf101ccdf9034dc7085044a04c.zip |
Add CONFLICTS for py-gnome and py-gnome2 on each other.
Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes:
svn path=/head/; revision=99458
Diffstat (limited to 'x11-toolkits/py-gnome/Makefile')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 19876329b364..dd26c9efe9f6 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -33,6 +33,8 @@ CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ EG_SRC_DIR= ${WRKSRC}/pygnome/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gnome +CONFLICTS= py*-gnome-2* + .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${EG_DST_DIR} |