diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-02-21 03:08:03 +0800 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-02-21 03:08:03 +0800 |
commit | 9bfa447eecf69a98271321a423fd684d52c36095 (patch) | |
tree | b1e9b262cdf19940902622adf39a60c6671b79e6 /x11-toolkits | |
parent | a03a7893cb23fe5fd0c19b242784ce09b02950c8 (diff) | |
download | freebsd-ports-gnome-9bfa447eecf69a98271321a423fd684d52c36095.tar.gz freebsd-ports-gnome-9bfa447eecf69a98271321a423fd684d52c36095.tar.zst freebsd-ports-gnome-9bfa447eecf69a98271321a423fd684d52c36095.zip |
Adjust CONFLICTS so that it matches all PORTREVISION's of
wxgtk2-contrib-devel-2.5.2.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk2-devel/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/wxgtk2-devel/Makefile b/x11-toolkits/wxgtk2-devel/Makefile index 40562b873871..6063bed584d8 100644 --- a/x11-toolkits/wxgtk2-devel/Makefile +++ b/x11-toolkits/wxgtk2-devel/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" diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 40562b873871..6063bed584d8 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/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" 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" diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index 40562b873871..6063bed584d8 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/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" |