diff options
author | adam <adam> | 2003-07-28 08:29:09 +0000 |
---|---|---|
committer | adam <adam> | 2003-07-28 08:29:09 +0000 |
commit | dc6374babcfb8b50dfd539323d30ad61f9c7af64 (patch) | |
tree | 853d21d5f581a781f856f9e8f766da816175e49d /emulators | |
parent | 5b4df30cd2020d803eab1844ad2ef595e5f1050a (diff) | |
download | pkgsrc-dc6374babcfb8b50dfd539323d30ad61f9c7af64.tar.gz |
CONFIGURE_ARGS changed
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index b52a818af77..27e97aecd15 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2003/07/19 22:44:56 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2003/07/28 08:29:09 adam Exp $ DISTNAME= Wine-20030709 PKGREVISION= 1 @@ -22,7 +22,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-curses -CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=no +CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=${TRUE} CONFIGURE_ENV+= ac_cv_prog_sane_devel=no REPLACE_PERL= tools/winemaker tools/winedump/function_grep.pl |