aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD-Graph3d
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-11-18 16:45:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-11-18 16:45:09 +0000
commit291f1400ed23f69cb465a46e37c809efef6e3def (patch)
tree1f4367f53911cc112a7fd0f4bec71bfa584b45b6 /graphics/p5-GD-Graph3d
parent3c0c4937c86df29165c7ba22544794f824ff7b7c (diff)
downloadports-291f1400ed23f69cb465a46e37c809efef6e3def.tar.gz
ports-291f1400ed23f69cb465a46e37c809efef6e3def.zip
Notes
Diffstat (limited to 'graphics/p5-GD-Graph3d')
-rw-r--r--graphics/p5-GD-Graph3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile
index bd028f7946ad..3cb18a2f3688 100644
--- a/graphics/p5-GD-Graph3d/Makefile
+++ b/graphics/p5-GD-Graph3d/Makefile
@@ -14,8 +14,8 @@ COMMENT= Creates 3D charts with GD::Graph and GD
BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 dos2unix
USE_PERL5= configure
-USE_DOS2UNIX= lib/GD/Graph3d.pm # pod2man doesn't work without this
+DOS2UNIX_FILES= lib/GD/Graph3d.pm # pod2man doesn't work without this
.include <bsd.port.mk>