summaryrefslogtreecommitdiff
path: root/security/libksba
diff options
context:
space:
mode:
authorriastradh <riastradh>2013-05-12 00:28:52 +0000
committerriastradh <riastradh>2013-05-12 00:28:52 +0000
commitdcd08493fbaa16ac79bded29d65fd2f3effae695 (patch)
tree18ffdeb0a75ed9bfef1853faa3095c1e4a5e0603 /security/libksba
parentf43be9985b72cc98d6909a3ba399aa7966fbbbbb (diff)
downloadpkgsrc-dcd08493fbaa16ac79bded29d65fd2f3effae695.tar.gz
Fix recent change to security/libksba for cross-compilation.
Need to include bsd.prefs.mk before testing USE_CROSS_COMPILE. Not sure how this slipped through -- could've sworn I tested this.
Diffstat (limited to 'security/libksba')
-rw-r--r--security/libksba/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile
index 9b7c4b366c5..44d78ade694 100644
--- a/security/libksba/Makefile
+++ b/security/libksba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2013/05/10 20:24:17 riastradh Exp $
+# $NetBSD: Makefile,v 1.28 2013/05/12 00:28:52 riastradh Exp $
DISTNAME= libksba-1.3.0
CATEGORIES= security
@@ -17,6 +17,8 @@ INFO_FILES= yes
TEST_TARGET= check
TEXINFO_REQD= 4.0
+.include "../../mk/bsd.prefs.mk"
+
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
CONFIGURE_ARGS+= CC_FOR_BUILD=${NATIVE_CC:Q}
.endif