diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
commit | a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch) | |
tree | 40fe0a02e0758fc49c8157653539df882d0f43e7 /x11/rxvt-unicode | |
parent | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff) | |
download | ports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.tar.gz ports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.zip |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index b63ada9ade19..30e0926b0316 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -59,8 +59,8 @@ PORTDOCS1= Changes README.FAQ README.configure PORTDOCS= README.xvt ${PORTDOCS1} .if !defined(WITHOUT_IMLOCALE_FIX) -PATCH_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode/HanExtra.pm:${PORTSDIR}/chinese/p5-Encode-HanExtra \ - ${SITE_PERL}/${PERL_ARCH}/Encode/JIS2K.pm:${PORTSDIR}/converters/p5-Encode-JIS2K +PATCH_DEPENDS+= p5-Encode-HanExtra>=0:${PORTSDIR}/chinese/p5-Encode-HanExtra \ + p5-Encode-JIS2K>=0:${PORTSDIR}/converters/p5-Encode-JIS2K .endif # disable the embedded perl interpreter |