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 | 5e5ac5cef96dff28b97114bb74bd9ce9735628eb (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /comms/binkd | |
parent | bfa12b783007890b49ae53a6e73a864a1a1099ec (diff) | |
download | pkgsrc-5e5ac5cef96dff28b97114bb74bd9ce9735628eb.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} |