diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-10-15 13:12:28 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-10-15 13:12:28 +0000 |
commit | f283135fef75122ab894ce5fab638a6b936d328c (patch) | |
tree | e42d660569de161f07ea7875c375a0db047e44e5 /emulators/wine-devel | |
parent | e3632314ca85e544f4e4ccd4f37007c612aea2ec (diff) | |
download | ports-f283135fef75122ab894ce5fab638a6b936d328c.tar.gz ports-f283135fef75122ab894ce5fab638a6b936d328c.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 8a1eb42ee129..6993fbc5ff70 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -15,6 +15,10 @@ DISTNAME= Wine-${PORTVERSION:S/.//g} MAINTAINER= pfeifer@dbai.tuwien.ac.at +# This port has not been upgraded to 2001.10.04 because that snapshots does +# not work as well as the previous ones -- it builds, but then hangs while +# running several applicatinos. (This has already been fixed in Wine CVS.) + WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-opengl |