aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk29
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2005-02-21 03:04:45 +0800
committerfjoe <fjoe@FreeBSD.org>2005-02-21 03:04:45 +0800
commita4a674b017f3ac894833257b4f545a50a3b58919 (patch)
tree1f0b3b871639e0bc3e96fcc53ed91080a7269b60 /x11-toolkits/wxgtk29
parent7db383cb60c1dd2344a5da7c60d37b0eb0c55be7 (diff)
downloadfreebsd-ports-graphics-a4a674b017f3ac894833257b4f545a50a3b58919.tar.gz
freebsd-ports-graphics-a4a674b017f3ac894833257b4f545a50a3b58919.tar.zst
freebsd-ports-graphics-a4a674b017f3ac894833257b4f545a50a3b58919.zip
- This port conflicts with wxgtk2-contrib-devel-2.5.2
(common file lib/libwx_gtk2_xrc-2.5.so). - Bump PORTREVISION. PR: 76692
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 8c7b436449c..40562b87387 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