fix up MODGNU_CONFIG_GUESS_DIRS

This commit is contained in:
naddy 2004-07-31 23:23:12 +00:00
parent 5aa12beb57
commit 27aa469950
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2003/08/19 09:40:32 espie Exp $
# $OpenBSD: Makefile,v 1.13 2004/07/31 23:23:12 naddy Exp $
COMMENT= "graphical networked AD&D style game"
@ -29,7 +29,7 @@ CONFIGURE_ARGS= --disable-gnome
NO_REGRESS= Yes
USE_X11= Yes
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/utils
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/utils
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2004/04/18 17:21:13 pvalchev Exp $
# $OpenBSD: Makefile,v 1.18 2004/07/31 23:23:12 naddy Exp $
COMMENT= "simple gtk+ pool simulation game"
@ -22,5 +22,6 @@ NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LIBS="-lossaudio"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/admin
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2003/09/24 08:30:09 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2004/07/31 23:23:13 naddy Exp $
COMMENT= "enhanced clone of Id Software's Doom game; multiplayer"
DISTNAME= prboom-2.2.4
@ -22,5 +22,6 @@ LIB_DEPENDS= SDL_mixer.::devel/sdl-mixer \
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--disable-cpu-opt
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
.include <bsd.port.mk>