summaryrefslogtreecommitdiff
path: root/devel/autodia
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-15 22:10:37 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-15 22:10:37 +0000
commit97664804b852471a89d0e77736d9e721519d317e (patch)
treebc65b914b5e2317a7b496d78e16a30a9c44654c8 /devel/autodia
parentFix PLIST and bump PORTREVISION because of missing files most notably the (diff)
Get the p5-Template-Toolkit dependency to look for Template.pm in the
correct directory.
Notes
Notes: svn path=/head/; revision=51598
Diffstat (limited to 'devel/autodia')
-rw-r--r--devel/autodia/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/autodia/Makefile b/devel/autodia/Makefile
index 3ef677eb6326..ae4699fac800 100644
--- a/devel/autodia/Makefile
+++ b/devel/autodia/Makefile
@@ -8,12 +8,13 @@
PORTNAME= autodia
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= http://droogs.org/autodia/download/
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
USE_BZIP2= yes
USE_PERL5= yes