fix up MODGNU_CONFIG_GUESS_DIRS

This commit is contained in:
naddy 2004-08-03 19:15:05 +00:00
parent c548082b15
commit c4e59a4be9
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2004/03/05 16:44:20 lebel Exp $
# $OpenBSD: Makefile,v 1.35 2004/08/03 19:15:05 naddy Exp $
COMMENT= "SLang-based newsreader"
@ -30,5 +30,6 @@ LIB_DEPENDS= slang.::devel/libslang
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-inews --with-ssl
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2004/06/19 22:19:33 jakob Exp $
# $OpenBSD: Makefile,v 1.13 2004/08/03 19:15:05 naddy Exp $
COMMENT= "C library to produce PDF files"
@ -19,7 +19,7 @@ LIB_DEPENDS= png.2::graphics/png \
CONFIGURE_STYLE= autoconf dest
AUTOCONF_VERSION= 2.13
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/config
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-tifflib \
--with-pnglib \