diff options
author | gerald <gerald@FreeBSD.org> | 2008-11-24 14:45:19 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-11-24 14:45:19 +0800 |
commit | 407ae2047c2769dfb825dde5272b5b0a90efd25e (patch) | |
tree | 9f09ce3281e96ade4bbc949adb5d6f87aa003a63 | |
parent | b8c0e74ce3280d6a986b8ea814c3144acb325744 (diff) | |
download | freebsd-ports-gnome-407ae2047c2769dfb825dde5272b5b0a90efd25e.tar.gz freebsd-ports-gnome-407ae2047c2769dfb825dde5272b5b0a90efd25e.tar.zst freebsd-ports-gnome-407ae2047c2769dfb825dde5272b5b0a90efd25e.zip |
Add libXrender as another dependency. Among others this should improve
the appearance of Firefox.
PR: 127909
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 4b8298d2b6a7..77d43210108f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/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 |