diff options
author | gerald <gerald@FreeBSD.org> | 2010-09-07 05:01:24 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-09-07 05:01:24 +0800 |
commit | 765d2379c68723e5a361f97a796b1adaba129c61 (patch) | |
tree | 65bbc0ecd22e7250e6bbd29a512720a055faf044 /emulators | |
parent | 2bb4d7f0c1e7b036c2c3540ac71f0cdf13268bfd (diff) | |
download | freebsd-ports-gnome-765d2379c68723e5a361f97a796b1adaba129c61.tar.gz freebsd-ports-gnome-765d2379c68723e5a361f97a796b1adaba129c61.tar.zst freebsd-ports-gnome-765d2379c68723e5a361f97a796b1adaba129c61.zip |
Generally depend on and use xrandr, needed for many games.
Suggested by: danfe, Alex Kozlov <spam@rm-rf.kiev.ua>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index b50af8ed3474..42ee57dc8098 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= wine DISTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -27,10 +27,10 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ - --with-opengl --with-glu \ + --with-glu --with-opengl --with-xrandr \ --without-capi --without-gphoto --without-gsm \ --without-mpg123 --without-openal --without-sane \ - --without-xcomposite --without-xinerama --without-xrandr + --without-xcomposite --without-xinerama CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ FLEX="${LOCALBASE}/bin/flex" @@ -44,7 +44,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GL= glu -USE_XORG= xcursor xpm xrender +USE_XORG= xcursor xpm xrandr xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index b50af8ed3474..42ee57dc8098 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,7 +8,7 @@ PORTNAME= wine DISTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -27,10 +27,10 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ - --with-opengl --with-glu \ + --with-glu --with-opengl --with-xrandr \ --without-capi --without-gphoto --without-gsm \ --without-mpg123 --without-openal --without-sane \ - --without-xcomposite --without-xinerama --without-xrandr + --without-xcomposite --without-xinerama CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ FLEX="${LOCALBASE}/bin/flex" @@ -44,7 +44,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GL= glu -USE_XORG= xcursor xpm xrender +USE_XORG= xcursor xpm xrandr xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |