diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-06 00:07:36 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-06 00:07:36 +0000 |
commit | cab11b076e8bd280980025743ae0540acb0dae11 (patch) | |
tree | 9ef856aef0e574a5ca82ab7710c780c4c0cbe398 /emulators/wine-devel/Makefile | |
parent | 5f0348aaa768fd4d20a915e67d272e7c425b1914 (diff) |
Notes
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index f560fbd1d1a5..8725bd34850d 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.3.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -26,6 +27,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ + --with-opengl --with-glu \ --without-capi --without-gphoto \ --without-gsm --without-mpg123 --without-openal \ --without-sane |