diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-12-10 01:07:20 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-12-10 01:07:20 +0000 |
commit | 1086cd909453d20123d091c4e966c4872d020f69 (patch) | |
tree | 7de1f48c240eb0eb0ad9fb7c5377ea6695fdc9d1 /devel/cvsd | |
parent | Fix glitch causing port install to bomb during new (or "fresh") installations (diff) |
Add USE_PERL5.
Submitted by: bento
Diffstat (limited to 'devel/cvsd')
-rw-r--r-- | devel/cvsd/Makefile | 1 |
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" |