diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-toolkits/p5-Alien-wxWidgets | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
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 d9fe9d22216c..ced905285376 100644 --- a/x11-toolkits/p5-Alien-wxWidgets/Makefile +++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile @@ -34,8 +34,8 @@ post-install: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable +BUILD_DEPENDS+= p5-Module-Pluggable>=5.1:devel/p5-Module-Pluggable +RUN_DEPENDS+= p5-Module-Pluggable>=5.1:devel/p5-Module-Pluggable .endif .include <bsd.port.post.mk> |