summaryrefslogtreecommitdiff
path: root/sysutils/radmind/Makefile
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2013-03-26 14:35:00 +0000
committerhauke <hauke@pkgsrc.org>2013-03-26 14:35:00 +0000
commit1008a8e62daecaafad13f0ea2075b7337a2ce668 (patch)
tree26a0227fafc5dee1f9b5b00ff2824871a6854e29 /sysutils/radmind/Makefile
parent6700b37b09cd8cebf6e248b7f00c1f2aa2c59a0a (diff)
downloadpkgsrc-1008a8e62daecaafad13f0ea2075b7337a2ce668.tar.gz
Upstream patches do not fix PR pkg/46555, so don't attempt to build on
64 bit time_t NetBSD.
Diffstat (limited to 'sysutils/radmind/Makefile')
-rw-r--r--sysutils/radmind/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile
index 872a0acca50..f14d40fd68e 100644
--- a/sysutils/radmind/Makefile
+++ b/sysutils/radmind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2013/02/06 23:23:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2013/03/26 14:35:00 hauke Exp $
#
DISTNAME= radmind-1.14.1
@@ -11,6 +11,11 @@ HOMEPAGE= http://rsug.itd.umich.edu/software/radmind/
COMMENT= Remote file administration and integrity tool
LICENSE= modified-bsd
+# Not yet 64 bit time_t safe, see PR pkg/46555
+NOT_FOR_PLATFORM= NetBSD-5.99.*-* NetBSD-[6-9]*-*
+
+.include "options.mk"
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-radminddir=${RADMINDDIR}