diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-06-05 22:27:52 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-06-05 22:27:52 +0800 |
commit | b480f1aa14b6d4ef1da122ec704fcfb341e9c379 (patch) | |
tree | 417e2696534bcccdcd234b2fbdbaf556fd1a2bbf /textproc | |
parent | a3115390f9be39e3035378b203b0a6cb3f0f071a (diff) | |
download | freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.tar.gz freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.tar.zst freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/txt2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index a72fd847d1c7..404feca49aa0 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jadawin@FreeBSD.org COMMENT= Convert raw text to something with a little HTML formatting -BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ - ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck +BUILD_DEPENDS= p5-Getopt-ArgvFile>=0:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ + p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |