diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:16:13 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:16:13 +0000 |
commit | 332b64b050c99e13c55bc8b3cf96b52727c5cf63 (patch) | |
tree | 9c597d6e500729ed5084eb97a4799d7271d59dc8 /x11-toolkits/p5-Alien-wxWidgets | |
parent | - Update to 1.1.36 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300239
Diffstat (limited to 'x11-toolkits/p5-Alien-wxWidgets')
-rw-r--r-- | x11-toolkits/p5-Alien-wxWidgets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile index 376e3062002d..a6d7236a3732 100644 --- a/x11-toolkits/p5-Alien-wxWidgets/Makefile +++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= cm@therek.net COMMENT= Perl5 module for building, finding and using wxWidgets binaries -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder +BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder OPTIONS= UNICODE "Build with Unicode support" on @@ -26,7 +26,7 @@ PERL_MODBUILD= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500809 -BUILD_DEPENDS+= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable +BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable .endif .if defined(WITH_UNICODE) |