diff options
author | gerald <gerald@FreeBSD.org> | 2010-08-01 23:51:04 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-08-01 23:51:04 +0800 |
commit | cd5892311afee2d4136ce1483319a3f58c964b5e (patch) | |
tree | 5b40d6befc46a1042832d97bd316ccf7de0a883d | |
parent | 0ab7695ebd0f999c6e45bf36a33dd2ef39dd4fd5 (diff) | |
download | freebsd-ports-gnome-cd5892311afee2d4136ce1483319a3f58c964b5e.tar.gz freebsd-ports-gnome-cd5892311afee2d4136ce1483319a3f58c964b5e.tar.zst freebsd-ports-gnome-cd5892311afee2d4136ce1483319a3f58c964b5e.zip |
Add xcursor as an additional dependency to USE_XORG and remove the
corresponding --without-xcursor from configure. This is needed by
StarCraft and others.
Submitted by: tijl
-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 5aafa17551c3..0ddd301954b2 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -28,7 +29,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ --without-capi --without-gphoto \ --without-gsm --without-mpg123 --without-openal \ - --without-sane --without-xcursor + --without-sane CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ FLEX="${LOCALBASE}/bin/flex" @@ -42,7 +43,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GL= glu -USE_XORG= xpm xrender +USE_XORG= xcursor xpm xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5aafa17551c3..0ddd301954b2 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -28,7 +29,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ --without-capi --without-gphoto \ --without-gsm --without-mpg123 --without-openal \ - --without-sane --without-xcursor + --without-sane CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ FLEX="${LOCALBASE}/bin/flex" @@ -42,7 +43,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GL= glu -USE_XORG= xpm xrender +USE_XORG= xcursor xpm xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |