summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/libgpg-error/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index 17b65edeadb..73300eaf2ef 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:13 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/15 22:22:48 jschauma Exp $
#
DISTNAME= libgpg-error-1.0
@@ -14,7 +14,13 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
+
+.include "../../mk/bsd.prefs.mk"
+
+# XXX See HACKS
+.if ${OPSYS} != IRIX
USE_GNU_TOOLS+= awk
+.endif
MAKE_ENV+= LC_ALL="C"