diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-17 03:40:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-17 03:40:30 +0000 |
commit | a0ffc96a678cf34ef48c01b490070805d2ea6670 (patch) | |
tree | aba2d25c7e5787f84ff78566ed881632ce67e3ec /x11-toolkits/py-gtk | |
parent | b57f5e3f6fe8d24f8abebe530106b2c5f8412d0d (diff) | |
download | ports-a0ffc96a678cf34ef48c01b490070805d2ea6670.tar.gz ports-a0ffc96a678cf34ef48c01b490070805d2ea6670.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 6b312880c3eb..a53d46943136 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: |