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/libical | |
parent | afdfd9df6246c4c93024071be21b5c18f8a730e6 (diff) | |
download | ports-9183a866f1314356171557009017d56288cff7b6.tar.gz ports-9183a866f1314356171557009017d56288cff7b6.zip |
Notes
Diffstat (limited to 'devel/libical')
-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) |