summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc>2004-07-30 16:20:33 +0000
committeragc <agc>2004-07-30 16:20:33 +0000
commit9d193c90e1c7e5bb80982b33c2f4b366ab4b72dc (patch)
tree2fcd0ee3eeb54229ca800120062a82930cdf2468 /security
parent4648c1b93e0306e253da542339d250ad05c25641 (diff)
downloadpkgsrc-9d193c90e1c7e5bb80982b33c2f4b366ab4b72dc.tar.gz
Pullup ticket 89 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Build fix for gnutls Module Name: pkgsrc Committed By: grant Date: Sun Jul 25 06:15:25 UTC 2004 Modified Files: pkgsrc/security/gnutls: Makefile Log Message: 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..70f40c05900 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.16.2.1 2004/07/30 16:20:33 agc 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