diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-18 03:10:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-18 03:10:30 +0000 |
commit | 9183a866f1314356171557009017d56288cff7b6 (patch) | |
tree | ff02ddba6a368c76a839e243e436f35f5e5b4470 /devel | |
parent | Pass maintainership for this port to ports@. (diff) |
Use the new USE_PERL5_BUILD when adding the build dependency on Perl.
Notes
Notes:
svn path=/head/; revision=70363
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libical/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libical/Makefile b/devel/libical/Makefile index 86883c37f3f3..53972fe48361 100644 --- a/devel/libical/Makefile +++ b/devel/libical/Makefile @@ -13,10 +13,9 @@ MASTER_SITES= http://osdn.dl.sourceforge.net/sourceforge/freeassociation/ MAINTAINER= joe@zircon.seattle.wa.us -BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 - USE_LIBTOOL= yes USE_GMAKE= yes +USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes .if !defined(WITHOUT_PYTHON) |