summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-09-23 05:34:35 +0000
committeradam <adam@pkgsrc.org>2003-09-23 05:34:35 +0000
commitf593d83ca9ccbfa212c36265090d714af554a017 (patch)
treecbc271ec2ce8f5590bd058aa64f87ec923aad7c5 /emulators
parent452bd6a31adec2a5876c5f5ed7074264a713ef4d (diff)
downloadpkgsrc-f593d83ca9ccbfa212c36265090d714af554a017.tar.gz
Added buildlinks for libungif and pthread
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 0bfb66ba7ed..d81b8ed3508 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2003/09/15 10:51:36 adam Exp $
+# $NetBSD: Makefile,v 1.51 2003/09/23 05:34:35 adam Exp $
DISTNAME= Wine-20030911
PKGNAME= ${DISTNAME:S/W/w/}
@@ -24,7 +24,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
YACC= ${PREFIX}/bin/bison -y
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --without-curses
+CONFIGURE_ARGS+= --without-curses #--without-opengl
CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=${TRUE}
CONFIGURE_ENV+= ac_cv_prog_sane_devel=no
@@ -57,8 +57,9 @@ post-install:
${RMDIR} ${PREFIX}/man/man3w
.include "../../graphics/MesaLib/buildlink2.mk"
-.include "../../graphics/glu/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
-
+.include "../../graphics/libungif/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"