diff options
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 934aab475b6..cf7db95ffae 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/08/05 16:38:57 junyoung Exp $ +# $NetBSD: Makefile,v 1.30 2002/08/07 12:39:43 wiz Exp $ DISTNAME= Wine-20020804 PKGNAME= ${DISTNAME:S/W/w/} @@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 USE_BUILDLINK_ONLY= YES USE_GMAKE= YES +USE_PERL5= run GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-curses |