aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk29
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-02-20 19:04:45 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-02-20 19:04:45 +0000
commita03a7893cb23fe5fd0c19b242784ce09b02950c8 (patch)
tree627363a8efda2542c2a6a9918184f44668dde535 /x11-toolkits/wxgtk29
parentc9f2f9b090ff8c35d106fb00db234251333e6410 (diff)
downloadports-a03a7893cb23fe5fd0c19b242784ce09b02950c8.tar.gz
ports-a03a7893cb23fe5fd0c19b242784ce09b02950c8.zip
- This port conflicts with wxgtk2-contrib-devel-2.5.2
(common file lib/libwx_gtk2_xrc-2.5.so). - Bump PORTREVISION. PR: 76692
Notes
Notes: svn path=/head/; revision=129388
Diffstat (limited to 'x11-toolkits/wxgtk29')
-rw-r--r--x11-toolkits/wxgtk29/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile
index 8c7b436449c1..40562b873871 100644
--- a/x11-toolkits/wxgtk29/Makefile
+++ b/x11-toolkits/wxgtk29/Makefile
@@ -49,6 +49,11 @@ NO_LATEST_LINK= yes
WXGTK_FLAVOR?= gtk2
+.if ${WXGTK_FLAVOR} == "gtk2"
+PORTREVISION= 1
+CONFLICTS= wxgtk2-contrib-devel-2.5.2
+.endif
+
.if ${WXGTK_FLAVOR} != "gtk2-common"
RUN_DEPENDS= ${X11BASE}/include/wx-2.5/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk2-common-devel
.endif