pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/hashcash Include bsd.prefs.mk before adding t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21e8a0151be5
branches:  trunk
changeset: 484698:21e8a0151be5
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 29 04:21:33 2004 +0000

description:
Include bsd.prefs.mk before adding to CFLAGS, just in case.

diffstat:

 security/hashcash/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3d4a7f72a8c4 -r 21e8a0151be5 security/hashcash/Makefile
--- a/security/hashcash/Makefile        Mon Nov 29 03:31:53 2004 +0000
+++ b/security/hashcash/Makefile        Mon Nov 29 04:21:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/11/29 01:56:16 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/29 04:21:33 tv Exp $
 #
 
 DISTNAME=              hashcash-1.13
@@ -12,6 +12,8 @@
 
 USE_BUILDLINK3=                yes
 
+.include "../../mk/bsd.prefs.mk"
+
 CFLAGS+=               -Dunix
 
 do-install:



Home | Main Index | Thread Index | Old Index