diff options
author | minskim <minskim> | 2005-01-03 23:00:19 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-01-03 23:00:19 +0000 |
commit | 765631a94349e91f340bbc88d84726e8eddd0cf2 (patch) | |
tree | b1cb7418dc6a663ec89ae33bcd2696920dc6cd18 /sysutils/radmind | |
parent | 7eabda27892ce155d7eb8c31a3b89a2afc1c7b91 (diff) | |
download | pkgsrc-765631a94349e91f340bbc88d84726e8eddd0cf2.tar.gz |
Use the buildlink framework.
Diffstat (limited to 'sysutils/radmind')
-rw-r--r-- | sysutils/radmind/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile index 6558e4d6cad..a9e902db201 100644 --- a/sysutils/radmind/Makefile +++ b/sysutils/radmind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 14:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/03 23:00:19 minskim Exp $ # DISTNAME= radmind-1.3.2 @@ -11,6 +11,7 @@ HOMEPAGE= http://rsug.itd.umich.edu/software/radmind/ COMMENT= Remote file administration and integrity tool GNU_CONFIGURE= YES +USE_BUILDLINK3= YES CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} CONFIGURE_ARGS+= --with-radminddir=${VARBASE}/radmind |