summaryrefslogtreecommitdiff
path: root/security/gnutls/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-07-25 06:15:24 +0000
committergrant <grant>2004-07-25 06:15:24 +0000
commita6a2e288e4937ee9527771fbea22c3b740bff9b5 (patch)
treed46e53f188335752f99f50804be13ca1cb0a294d /security/gnutls/Makefile
parent1457a4cea85e975d2e8651b4e86af5b5b1712cfa (diff)
downloadpkgsrc-a6a2e288e4937ee9527771fbea22c3b740bff9b5.tar.gz
one of the Makefiles uses ${RM} but doesn't define it, so pass
RM=${RM} in MAKE_ENV.
Diffstat (limited to 'security/gnutls/Makefile')
-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