diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-11-26 14:19:50 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-11-26 14:19:50 +0000 |
commit | cae89c24aa1e0ed91ca5fa266db43329d0b54bbe (patch) | |
tree | 8f048d2b6e46114ed8aa30d8da26d6a541473762 /emulators/wine | |
parent | 52640bd401842b5566b250504cd50c9114922472 (diff) | |
download | ports-cae89c24aa1e0ed91ca5fa266db43329d0b54bbe.tar.gz ports-cae89c24aa1e0ed91ca5fa266db43329d0b54bbe.zip |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 7812f81f7fe2..d9b5a8e87bf9 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ + liblcms.so:${PORTSDIR}/graphics/lcms \ libpng15.so:${PORTSDIR}/graphics/png \ libxml2.so:${PORTSDIR}/textproc/libxml2 @@ -27,7 +27,6 @@ CONFLICTS_INSTALL= i386-wine-* wine-1.5* wine-1.7* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --without-dbus \ @@ -43,7 +42,8 @@ WINELIBDIR?= ${PREFIX}/lib USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif ONLY_FOR_ARCHS= i386 -USES= bison gmake +USES= bison compiler:c11 gmake shebangfix +SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl USE_BZIP2= yes USE_GL= glu USE_XORG= xcursor xi xpm xrandr xrender |