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 | |
parent | 6f88ac8c151a3b8a3c8bb235884f180685b09232 (diff) |
Add USE_PERL5.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=71485
Diffstat (limited to 'devel')
-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" |