aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-04-07 12:38:29 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-04-07 12:38:29 +0000
commit4e4cc2295bd87b4993fbd584f07ede63692a19b5 (patch)
treeefc7f24049412dae0d50a10fbb0042214f441388 /emulators
parent0ed3654c6a531eca624d572c14f2fb895a60bec1 (diff)
downloadports-4e4cc2295bd87b4993fbd584f07ede63692a19b5.tar.gz
ports-4e4cc2295bd87b4993fbd584f07ede63692a19b5.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 9f62fec673fe..e5104ac04dea 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= SF/${PORTNAME}/Source \
http://ibiblio.org/pub/linux/system/emulators/wine/
MAINTAINER= gerald@FreeBSD.org
-COMMENT= Microsoft Windows compatibility layer for Unix-like systems
+COMMENT= Microsoft Windows compatibility environment
LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
@@ -28,14 +28,16 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
png.6:${PORTSDIR}/graphics/png \
xml2:${PORTSDIR}/textproc/libxml2
+CONFLICTS_INSTALL= wine-1.5.*
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--verbose --disable-tests \
- --without-alsa --without-capi --with-glu \
+ --without-alsa --without-capi --without-dbus --with-glu \
--without-gphoto --without-gsm --without-gstreamer \
- --with-opengl --without-mpg123 --with-oss \
- --without-sane --without-tiff \
+ --with-opengl --without-mpg123 --without-opencl \
+ --with-oss --without-sane --without-tiff \
--without-v4l --without-xcomposite --without-xinerama \
--with-xinput2 --with-xrandr
CONFIGURE_ENV= FLEX="${LOCALBASE}/bin/flex"