diff options
author | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
commit | e9bf73717c9dc742444f0d186094ff87c3799080 (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /comms/modemd | |
parent | 820630ac9379968b4b3a9b4034bb845c4cedcf2c (diff) | |
download | pkgsrc-e9bf73717c9dc742444f0d186094ff87c3799080.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'comms/modemd')
-rw-r--r-- | comms/modemd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile index f26ad0e2fc2..777b0e285b3 100644 --- a/comms/modemd/Makefile +++ b/comms/modemd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/11 06:51:20 snj Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/13 21:28:27 jlam Exp $ DISTNAME= modemd-970221 PKGNAME= modemd-19970221 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.vix.com/pub/modemd/ MAINTAINER= tsarna@NetBSD.org COMMENT= Replacement getty for dialup ttys and a modem server -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes MANCOMPRESSED_IF_MANZ= # defined pre-install: |