diff options
author | hauke <hauke@pkgsrc.org> | 2013-03-26 14:38:11 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2013-03-26 14:38:11 +0000 |
commit | 62884f3c86f605972677b0e918fe165584d4184e (patch) | |
tree | 7f7ee2fbade405fc7a3053734be9fc87feb124ed /sysutils | |
parent | 1008a8e62daecaafad13f0ea2075b7337a2ce668 (diff) | |
download | pkgsrc-62884f3c86f605972677b0e918fe165584d4184e.tar.gz |
Remove for-debugging .include.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/radmind/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile index f14d40fd68e..edde4f99ef0 100644 --- a/sysutils/radmind/Makefile +++ b/sysutils/radmind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/03/26 14:35:00 hauke Exp $ +# $NetBSD: Makefile,v 1.32 2013/03/26 14:38:11 hauke Exp $ # DISTNAME= radmind-1.14.1 @@ -14,8 +14,6 @@ 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} |