diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-17 15:22:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-17 15:22:22 +0000 |
commit | 47af25a3017344cde745e2ee888e6d79f2a44423 (patch) | |
tree | d28fa226c9f28123137507228f08664da2cddc2c /emulators/wine/Makefile | |
parent | 4d80908b94d87cdc1a3b9eaf157faa0e84e66f29 (diff) | |
download | pkgsrc-47af25a3017344cde745e2ee888e6d79f2a44423.tar.gz |
Undo previous: committed by accident.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 7a51f32e42e..0d6c67647e5 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2004/01/17 15:21:22 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2004/01/17 15:22:22 wiz Exp $ # DISTNAME= Wine-20031212 @@ -32,7 +32,6 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-curses #--disable-debug --disable-trace -CONFIGURE_ARGS+= --without-opengl CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=${TRUE} CONFIGURE_ENV+= ac_cv_prog_sane_devel=no @@ -65,8 +64,8 @@ post-install: .include "../../graphics/MesaLib/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" -#.include "../../graphics/glu/buildlink2.mk" -#.include "../../graphics/glut/buildlink2.mk" +.include "../../graphics/glu/buildlink2.mk" +.include "../../graphics/glut/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/libungif/buildlink2.mk" .include "../../textproc/icu/buildlink2.mk" |