diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-28 03:10:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-28 03:10:04 +0000 |
commit | 0ac5f771aa58974d17ff52c364b4c71422449b68 (patch) | |
tree | bec090a8eb4571c607301639195d15cd41871414 /security/skey | |
parent | 3e5cc6f89d0f50e6bd823ce87bb05a6c300d10fe (diff) | |
download | pkgsrc-0ac5f771aa58974d17ff52c364b4c71422449b68.tar.gz |
Allow this to build on Darwin. Also use the new USE_PERL5 semantics.
This fixes the first part of pkg/18091 by grant.
Diffstat (limited to 'security/skey')
-rw-r--r-- | security/skey/Makefile | 8 |
1 files 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" |