summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/skey/Makefile8
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"