From 0ac5f771aa58974d17ff52c364b4c71422449b68 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 28 Aug 2002 03:10:04 +0000 Subject: Allow this to build on Darwin. Also use the new USE_PERL5 semantics. This fixes the first part of pkg/18091 by grant. --- security/skey/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/security/skey/Makefile b/security/skey/Makefile index cfa24b03b4d..4736393b224 100644 --- a/security/skey/Makefile +++ b/security/skey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/26 09:10:06 grant Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/28 03:10:04 jlam Exp $ # DISTNAME= skey-1.1.5 @@ -10,13 +10,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= ${MASTER_SITES} COMMENT= Port of OpenBSD s/key implementation -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 - -ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system +ONLY_FOR_PLATFORM= Darwin-*-* SunOS-*-* # in NetBSD base system +USE_PERL5= build USE_GMAKE= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3