switch to correct autoconf

This commit is contained in:
sthen 2010-03-22 21:20:49 +00:00
parent 07518a3928
commit ad851313d0
2 changed files with 8 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2009/09/24 16:13:26 okan Exp $
# $OpenBSD: Makefile,v 1.4 2010/03/22 21:20:49 sthen Exp $
COMMENT= fast maildir search engine
DISTNAME= nmzmail-1.1
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= mail textproc
HOMEPAGE= http://www.ecademix.com/JohannesHofmann/nmzmail.html
@ -21,11 +21,10 @@ WANTLIB= c readline termcap
MASTER_SITES= ${HOMEPAGE:nmzmail.html=}
BUILD_DEPENDS= ::textproc/namazu
RUN_DEPENDS= ::textproc/namazu # not autoconf
RUN_DEPENDS= ::textproc/namazu
# should be 2.63
AUTOCONF_VERSION=2.61
CONFIGURE_STYLE=gnu autoconf
AUTOCONF_VERSION=2.63
CONFIGURE_STYLE=autoconf
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nmzmail

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.64 2010/03/20 23:01:11 sthen Exp $
# $OpenBSD: Makefile,v 1.65 2010/03/22 21:20:55 sthen Exp $
COMMENT= multi-router traffic grapher
DISTNAME= mrtg-2.16.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://oss.oetiker.ch/mrtg/
@ -29,8 +30,7 @@ LIB_DEPENDS= gd.>=18::graphics/gd
USE_X11= Yes
CONFIGURE_STYLE= autoconf
# XXX should be 2.63
AUTOCONF_VERSION= 2.61
AUTOCONF_VERSION= 2.63
CONFIGURE_ARGS+=--with-gd-inc="${LOCALBASE}/include" \
--with-gd-lib="${LOCALBASE}/lib" \
--with-png-inc="${LOCALBASE}/include" \