diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-11-24 06:45:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-11-24 06:45:19 +0000 |
commit | 17f97ec49b2c554502aa349bdb281303d35bde07 (patch) | |
tree | bfb9dd9c8230c9190c929bac428f5d7b4c24e49c /emulators/wine-devel | |
parent | 5649da8e8c88670c7c168f1e15cda290cd0a38e8 (diff) | |
download | ports-17f97ec49b2c554502aa349bdb281303d35bde07.tar.gz ports-17f97ec49b2c554502aa349bdb281303d35bde07.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 4b8298d2b6a7..77d43210108f 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.1.9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ @@ -37,7 +38,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GL= glut -USE_XORG= xpm +USE_XORG= xpm xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |