summaryrefslogtreecommitdiff
path: root/security/openssh/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-04-28 05:26:39 +0000
committerjlam <jlam>2004-04-28 05:26:39 +0000
commitcec8c7d56fba803c10fdcba480cf85b51a9d71f3 (patch)
tree781f025867c1ac552b50c74e51a19a2244b09abd /security/openssh/Makefile
parent33ef5de36e353324a9e03c7c5a44979cac66fac2 (diff)
downloadpkgsrc-cec8c7d56fba803c10fdcba480cf85b51a9d71f3.tar.gz
The buildlink3.mk file for the Kerberos 5 implementation used will
automatically pass the correct -I flags to the compiler.
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r--security/openssh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 1eb8ad15eef..41167792926 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2004/04/28 05:25:54 jlam Exp $
+# $NetBSD: Makefile,v 1.135 2004/04/28 05:26:39 jlam Exp $
DISTNAME= openssh-3.8p1
PKGNAME= openssh-3.8.1
@@ -91,7 +91,6 @@ CONFIGURE_ARGS+= --without-skey
.if defined(KERBEROS)
. include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE}
-CPPFLAGS+= -I${KRB5BASE}/include/krb5
.endif
.if (${OPSYS} == "NetBSD") && exists(/usr/include/utmpx.h)