diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-18 11:10:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-18 11:10:30 +0800 |
commit | cadaf120e0d434a646b69e4d4475eabb339c6b31 (patch) | |
tree | 982b6f74574fbb7fcd30747c0442c8439435a672 /devel/libical | |
parent | 0a0ae1927d018fba4d6ca773f60d2fd7021d2b02 (diff) | |
download | freebsd-ports-gnome-cadaf120e0d434a646b69e4d4475eabb339c6b31.tar.gz freebsd-ports-gnome-cadaf120e0d434a646b69e4d4475eabb339c6b31.tar.zst freebsd-ports-gnome-cadaf120e0d434a646b69e4d4475eabb339c6b31.zip |
Use the new USE_PERL5_BUILD when adding the build dependency on Perl.
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) |