diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-07 13:41:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-07 13:41:56 +0000 |
commit | 88ba5d6edf2267cc86067f1aacf35fe8483b0a05 (patch) | |
tree | 80d888e351a167d2b36356964dcbfac33327b378 /emulators/wine | |
parent | 1744618535e790a292fa4bc6f4e4b94968063779 (diff) | |
download | pkgsrc-88ba5d6edf2267cc86067f1aacf35fe8483b0a05.tar.gz |
Add REPLACE_PERL for two scripts.
Diffstat (limited to 'emulators/wine')
-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 |