summaryrefslogtreecommitdiff
path: root/devel/cvsd
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-12-10 01:07:20 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-12-10 01:07:20 +0000
commit1086cd909453d20123d091c4e966c4872d020f69 (patch)
tree7de1f48c240eb0eb0ad9fb7c5377ea6695fdc9d1 /devel/cvsd
parentFix glitch causing port install to bomb during new (or "fresh") installations (diff)
Add USE_PERL5.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=71485
Diffstat (limited to 'devel/cvsd')
-rw-r--r--devel/cvsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile
index 73e88f2d9870..8c545ccb7ba9 100644
--- a/devel/cvsd/Makefile
+++ b/devel/cvsd/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_REINPLACE= yes
GNU_CONFIGURE= yes
+USE_PERL5= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"