* bump as this will now use openpty()
* drop configure argument that doesn't exist any longer * no need for groff
This commit is contained in:
parent
5674152170
commit
bffe0c9da8
@ -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
|
COMMENT= manage remote serial consoles via TCP/IP
|
||||||
|
|
||||||
DISTNAME= conserver-8.1.16
|
DISTNAME= conserver-8.1.16
|
||||||
REVISION= 6
|
REVISION= 7
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
|
|
||||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||||
@ -22,10 +22,8 @@ MASTER_SITES= ftp://ftp.conserver.com/conserver/
|
|||||||
|
|
||||||
AUTOCONF_VERSION= 2.59
|
AUTOCONF_VERSION= 2.59
|
||||||
CONFIGURE_STYLE= autoconf
|
CONFIGURE_STYLE= autoconf
|
||||||
CONFIGURE_ARGS= --with-64bit \
|
CONFIGURE_ARGS= --with-openssl \
|
||||||
--with-openssl \
|
|
||||||
--with-master=localhost
|
--with-master=localhost
|
||||||
USE_GROFF = Yes
|
|
||||||
|
|
||||||
REGRESS_TARGET= test
|
REGRESS_TARGET= test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user