diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-02-20 19:04:45 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-02-20 19:04:45 +0000 |
commit | a03a7893cb23fe5fd0c19b242784ce09b02950c8 (patch) | |
tree | 627363a8efda2542c2a6a9918184f44668dde535 /x11-toolkits/wxgtk28 | |
parent | c9f2f9b090ff8c35d106fb00db234251333e6410 (diff) | |
download | ports-a03a7893cb23fe5fd0c19b242784ce09b02950c8.tar.gz ports-a03a7893cb23fe5fd0c19b242784ce09b02950c8.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk28')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 8c7b436449c1..40562b873871 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/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 |