diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
commit | b4d2ac42d75b14c1701e169420211799bf5e16bd (patch) | |
tree | a82a16fe7e91ef33fa7fadab2d807bbc87d15f69 /emulators | |
parent | 679b9b10d2f7af4b1e0910de9e09cc871eec2238 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-winetools/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine/Makefile | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/emulators/linux-winetools/Makefile b/emulators/linux-winetools/Makefile index 26d5b499253b..1976c3a9b0fa 100644 --- a/emulators/linux-winetools/Makefile +++ b/emulators/linux-winetools/Makefile @@ -7,6 +7,7 @@ PORTNAME= winetools PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/} PKGNAMEPREFIX= linux- diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3fd49c365dc4..3a300e1e1196 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 0.9.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ @@ -17,7 +18,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems -LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms +# wine/dlls/glut32/ depends on the presence of libglut. +LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ + glut.4:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine @@ -30,7 +33,6 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes -USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut. USE_XPM= yes SUB_FILES= pkg-message wine.sh diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 3fd49c365dc4..3a300e1e1196 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 0.9.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ @@ -17,7 +18,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems -LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms +# wine/dlls/glut32/ depends on the presence of libglut. +LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ + glut.4:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine @@ -30,7 +33,6 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes -USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut. USE_XPM= yes SUB_FILES= pkg-message wine.sh |