Our expect port builds fine without autoconf, just because it checks
for it doesn't mean this is needed. Convert to new CONFIGURE_STYLE.
This commit is contained in:
parent
5b9cdfac41
commit
5abe0c9189
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user