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/wine-devel | |
parent | 679b9b10d2f7af4b1e0910de9e09cc871eec2238 (diff) | |
download | ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.tar.gz ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |