diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-08-01 15:51:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-08-01 15:51:04 +0000 |
commit | 75cf531a5192bd50601eb7ac6329be787a327f49 (patch) | |
tree | b05e6ee25f45af3da7536b3c88e685dad2b6d704 /emulators/wine | |
parent | 4634294fb422fcad40d62877730d9fde4e7c1ef9 (diff) |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |