diff options
author | frueauf <frueauf> | 1998-05-13 14:04:58 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-13 14:04:58 +0000 |
commit | f7c6d08f61db65a61e20cfa2d546c07ed9341f37 (patch) | |
tree | 51f8bc001fbcd06fc44f0981cf1c6f54d328dad0 /comms | |
parent | 7596f79169f1c1c60ea7fef566d05640ac3fef7c (diff) | |
download | pkgsrc-f7c6d08f61db65a61e20cfa2d546c07ed9341f37.tar.gz |
Add USE_PERL5=yes, else ietf2datebook, pilot-undelete and sync-plan
won't get build and PLIST would be invalid.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilot-link/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 54d2e05897a..58191a56eb6 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:17 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/05/13 14:04:58 frueauf Exp $ # DISTNAME= pilot-link.0.8.11 @@ -9,6 +9,7 @@ MAINTAINER= sommerfeld@alum.mit.edu STRIPFLAG= GNU_CONFIGURE= yes +USE_PERL5= yes MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 install-memo.1 \ install-user.1 pilot-xfer.1 read-ical.1 |