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
commite93ec7a06f155718a3807949c704d656b9349fb1 (patch)
tree18ffdeb0a75ed9bfef1853faa3095c1e4a5e0603 /security/libksba
parent1ff6a3307cd621d75bd5997cff3f7da5e8ceb1c4 (diff)
downloadpkgsrc-e93ec7a06f155718a3807949c704d656b9349fb1.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