diff options
author | adam <adam@pkgsrc.org> | 2003-09-23 05:34:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-09-23 05:34:35 +0000 |
commit | f6100c8908fe63d813a9a65eec4b66c396b7d060 (patch) | |
tree | cbc271ec2ce8f5590bd058aa64f87ec923aad7c5 /emulators/wine | |
parent | 9def8da813a2997a8d0b70ad1646f3366c509420 (diff) | |
download | pkgsrc-f6100c8908fe63d813a9a65eec4b66c396b7d060.tar.gz |
Added buildlinks for libungif and pthread
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 9 |
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" |