diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-19 23:04:30 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-19 23:04:30 +0000 |
commit | 46ea41489343d9150262a497e894272d55ee91fc (patch) | |
tree | b77040254102f6b4fcd5fb1a0035cbe174e42ee6 /emulators | |
parent | 0a8acb91c57588366a24e35b962f655c7596731b (diff) | |
download | ports-46ea41489343d9150262a497e894272d55ee91fc.tar.gz ports-46ea41489343d9150262a497e894272d55ee91fc.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index fac405b0fc83..f0aa2f307646 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.3.28 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -35,7 +36,7 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --without-gphoto --without-gsm --without-gstreamer \ --with-opengl --without-mpg123 --with-oss --without-sane \ --without-v4l --without-xcomposite --without-xinerama \ - --with-xrandr + --with-xinput2 --with-xrandr CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib @@ -54,7 +55,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GL= glu -USE_XORG= xcursor xpm xrandr xrender +USE_XORG= xcursor xi xpm xrandr xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index fac405b0fc83..f0aa2f307646 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.3.28 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -35,7 +36,7 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --without-gphoto --without-gsm --without-gstreamer \ --with-opengl --without-mpg123 --with-oss --without-sane \ --without-v4l --without-xcomposite --without-xinerama \ - --with-xrandr + --with-xinput2 --with-xrandr CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib @@ -54,7 +55,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GL= glu -USE_XORG= xcursor xpm xrandr xrender +USE_XORG= xcursor xi xpm xrandr xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |