fix up MODGNU_CONFIG_GUESS_DIRS
This commit is contained in:
parent
c548082b15
commit
c4e59a4be9
@ -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>
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user