From bffe0c9da8f45d0096d4e50b46d95eb86fb80b29 Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 8 Dec 2012 14:50:40 +0000 Subject: [PATCH] * bump as this will now use openpty() * drop configure argument that doesn't exist any longer * no need for groff --- comms/conserver/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile index 624ad2346bb..d9dbe7c9d46 100644 --- a/comms/conserver/Makefile +++ b/comms/conserver/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.41 2011/12/17 22:01:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.42 2012/12/08 14:50:40 naddy Exp $ COMMENT= manage remote serial consoles via TCP/IP DISTNAME= conserver-8.1.16 -REVISION= 6 +REVISION= 7 CATEGORIES= comms MAINTAINER= Peter Valchev @@ -22,10 +22,8 @@ MASTER_SITES= ftp://ftp.conserver.com/conserver/ AUTOCONF_VERSION= 2.59 CONFIGURE_STYLE= autoconf -CONFIGURE_ARGS= --with-64bit \ - --with-openssl \ +CONFIGURE_ARGS= --with-openssl \ --with-master=localhost -USE_GROFF = Yes REGRESS_TARGET= test