summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-25 06:15:24 +0000
committergrant <grant@pkgsrc.org>2004-07-25 06:15:24 +0000
commit38142fb993d2aae6caa12e8a9296a21766c9d9e5 (patch)
treed46e53f188335752f99f50804be13ca1cb0a294d /security
parent76a26ae6ca348ba2d8cf86fc86e6be73c252364a (diff)
downloadpkgsrc-38142fb993d2aae6caa12e8a9296a21766c9d9e5.tar.gz
one of the Makefiles uses ${RM} but doesn't define it, so pass
RM=${RM} in MAKE_ENV.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 0333089a394..79b5dd8eaa1 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/05/22 10:09:53 adam Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/25 06:15:24 grant Exp $
DISTNAME= gnutls-1.0.13
CATEGORIES= security devel
@@ -17,6 +17,8 @@ USE_BUILDLINK3= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+MAKE_ENV+= RM="${RM}"
+
DOCDIR= ${PREFIX}/share/doc/gnutls
EGDIR= ${PREFIX}/share/examples/gnutls