From 5abe0c9189acfc7604deeda9de7804bd0b98233d Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 18 Jul 2000 17:59:48 +0000 Subject: [PATCH] Our expect port builds fine without autoconf, just because it checks for it doesn't mean this is needed. Convert to new CONFIGURE_STYLE. --- lang/expect/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 390dbdca69a..03c1796fbef 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.26 2000/07/18 07:14:15 turan Exp $ +# $OpenBSD: Makefile,v 1.27 2000/07/18 17:59:48 espie Exp $ DISTNAME= expect-5.31 CATEGORIES= lang -NEED_VERSION= 1.230 +NEED_VERSION= 1.317 MASTER_SITES= http://expect.nist.gov/old/ MAINTAINER= niklas@openbsd.org @@ -13,14 +13,10 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -# autoconf is required by this port. it is not need to generate the -# configure script. LIB_DEPENDS= tk83.1.3:x11/tk/8.3 -BUILD_DEPENDS= autoconf::devel/autoconf SEPARATE_BUILD= concurrent -HAS_CONFIGURE= Yes -CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc' +CONFIGURE_STYLE=gnu dest CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.3 \ --with-tclinclude=${PREFIX}/include/tcl8.3 \ @@ -28,7 +24,6 @@ CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.3 \ --with-tkinclude=${PREFIX}/include/tk8.3 WRKDIST= ${WRKDIR}/${PKGNAME} -FAKE= Yes test: build @cd ${WRKBUILD}; make test