diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-10-28 22:56:33 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-10-28 22:56:33 +0800 |
commit | 3d49a19487191fe29ab5beaba436232fe60f25e2 (patch) | |
tree | dea3690f627e65674ff6ff51365dd0aed64de0f0 /x11-toolkits | |
parent | 70cf595689d5a8335c71d6e4287dae2e5d0dc76e (diff) | |
download | freebsd-ports-gnome-3d49a19487191fe29ab5beaba436232fe60f25e2.tar.gz freebsd-ports-gnome-3d49a19487191fe29ab5beaba436232fe60f25e2.tar.zst freebsd-ports-gnome-3d49a19487191fe29ab5beaba436232fe60f25e2.zip |
wxgtk2-contrib-common should not depend on wxgtk2.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 79a4ee4ca8f6..99ccdcfb120f 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -67,11 +67,11 @@ USE_LDCONFIG= yes .endif # *-common .if ${WXGTK_FLAVOR:M*-contrib*} != "" -USE_WX= 2.6 BUILD_WRKSRC= ${WRKSRC}/contrib INSTALL_WRKSRC= ${BUILD_WRKSRC} .if ${WXGTK_FLAVOR} != "gtk2-contrib-common" +USE_WX= 2.6 RUN_DEPENDS= ${X11BASE}/include/wx-2.6/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk26-contrib-common .if ${WXGTK_FLAVOR:M*-unicode*} != "" diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index f390f71cbc4e..26e7934d1bb0 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -65,11 +65,11 @@ USE_LDCONFIG= yes .endif # *-common .if ${WXGTK_FLAVOR:M*-contrib*} != "" -USE_WX= 2.8 BUILD_WRKSRC= ${WRKSRC}/contrib INSTALL_WRKSRC= ${BUILD_WRKSRC} .if ${WXGTK_FLAVOR} != "gtk2-contrib-common" +USE_WX= 2.8 RUN_DEPENDS= ${X11BASE}/include/wx-2.8/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk28-contrib-common .if ${WXGTK_FLAVOR:M*-unicode*} != "" diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index f390f71cbc4e..26e7934d1bb0 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -65,11 +65,11 @@ USE_LDCONFIG= yes .endif # *-common .if ${WXGTK_FLAVOR:M*-contrib*} != "" -USE_WX= 2.8 BUILD_WRKSRC= ${WRKSRC}/contrib INSTALL_WRKSRC= ${BUILD_WRKSRC} .if ${WXGTK_FLAVOR} != "gtk2-contrib-common" +USE_WX= 2.8 RUN_DEPENDS= ${X11BASE}/include/wx-2.8/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk28-contrib-common .if ${WXGTK_FLAVOR:M*-unicode*} != "" |