diff options
author | az <az@FreeBSD.org> | 2012-06-30 13:16:13 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 13:16:13 +0800 |
commit | a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed (patch) | |
tree | 84b0d28d22acaf7f695036720fa3476682bbf387 /x11-toolkits | |
parent | 881211bdd6636fded6ac9a315de4f88b461aa139 (diff) | |
download | freebsd-ports-graphics-a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed.tar.gz freebsd-ports-graphics-a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed.tar.zst freebsd-ports-graphics-a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'x11-toolkits')
-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 376e3062002..a6d7236a373 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) |