diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
commit | 7369098c5c26e623b6293d39f155c90eb93cd740 (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /comms/binkd | |
parent | 1bbffb9be514d45e140e21903a34fb75c56dcf4b (diff) | |
download | pkgsrc-7369098c5c26e623b6293d39f155c90eb93cd740.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'comms/binkd')
-rw-r--r-- | comms/binkd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index 9d74141312a..eaded67eb8d 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/04/11 06:12:40 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/11/13 21:28:27 jlam Exp $ # DISTNAME= binkd094 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.corbina.net/~maloff/binkd/ COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |