diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index cf7db95ffae..e7fd0b92b12 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/08/07 12:39:43 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2002/08/07 13:41:56 wiz Exp $ DISTNAME= Wine-20020804 PKGNAME= ${DISTNAME:S/W/w/} @@ -20,6 +20,8 @@ USE_PERL5= run GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-curses +REPLACE_PERL= tools/winedump/function_grep.pl tools/winemaker + # The Wine configure script has problems locating the freetype-config # script and the libraries in the buildlink directory, so explicitly # set the location of freetype-config and prepend all of the LDFLAGS |