diff options
Diffstat (limited to 'x11-toolkits/p5-Wx/Makefile')
-rw-r--r-- | x11-toolkits/p5-Wx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/p5-Wx/Makefile b/x11-toolkits/p5-Wx/Makefile index 328c5dc17d72..7fed54f1e718 100644 --- a/x11-toolkits/p5-Wx/Makefile +++ b/x11-toolkits/p5-Wx/Makefile @@ -14,8 +14,8 @@ COMMENT= Perl5 interface to the wxWidgets cross-platform GUI toolkit LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.16.03:${PORTSDIR}/devel/p5-ExtUtils-XSpp \ - p5-Alien-wxWidgets>=0.25:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets +BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.16.03:devel/p5-ExtUtils-XSpp \ + p5-Alien-wxWidgets>=0.25:x11-toolkits/p5-Alien-wxWidgets RUN_DEPENDS:= ${BUILD_DEPENDS} USES= compiler:c++11-lib perl5 @@ -29,8 +29,8 @@ CFLAGS+= -pthread -Wno-write-strings .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501508 -BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS -RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS +BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:devel/p5-ExtUtils-ParseXS +RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:devel/p5-ExtUtils-ParseXS .endif post-configure: |