diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-06 22:22:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-06 22:22:16 +0000 |
commit | 943fc1582ce5f4bf7b55a853f4205bdfcc433080 (patch) | |
tree | ac2c25a96137df8131596439cbb8a50b05189c45 /emulators/wine/Makefile | |
parent | f81be346a00e03c5abc35fc75acfbe80531dffcb (diff) | |
download | ports-943fc1582ce5f4bf7b55a853f4205bdfcc433080.tar.gz ports-943fc1582ce5f4bf7b55a853f4205bdfcc433080.zip |
Notes
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 6692cf4d0e97..951cf0e334bf 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,11 +7,11 @@ # PORTNAME= wine -PORTVERSION= 20050930 +PORTVERSION= 0.9 +PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/wine/development -DISTNAME= Wine-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems @@ -31,6 +31,7 @@ USE_GMAKE= yes USE_GL= yes USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut. USE_XPM= yes +USE_BZIP2= yes .include <bsd.port.pre.mk> |