diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-02-20 19:08:03 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-02-20 19:08:03 +0000 |
commit | 9bfa447eecf69a98271321a423fd684d52c36095 (patch) | |
tree | b1e9b262cdf19940902622adf39a60c6671b79e6 /x11-toolkits/wxgtk28 | |
parent | a03a7893cb23fe5fd0c19b242784ce09b02950c8 (diff) | |
download | ports-9bfa447eecf69a98271321a423fd684d52c36095.tar.gz ports-9bfa447eecf69a98271321a423fd684d52c36095.zip |
Adjust CONFLICTS so that it matches all PORTREVISION's of
wxgtk2-contrib-devel-2.5.2.
Notes
Notes:
svn path=/head/; revision=129389
Diffstat (limited to 'x11-toolkits/wxgtk28')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 40562b873871..6063bed584d8 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -51,7 +51,7 @@ WXGTK_FLAVOR?= gtk2 .if ${WXGTK_FLAVOR} == "gtk2" PORTREVISION= 1 -CONFLICTS= wxgtk2-contrib-devel-2.5.2 +CONFLICTS= wxgtk2-contrib-devel-2.5.2* .endif .if ${WXGTK_FLAVOR} != "gtk2-common" |