diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-02 11:06:55 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-02 11:06:55 +0800 |
commit | 742db19aee53198706c68e14ac244a795f665bc4 (patch) | |
tree | 7a2d3111bdb1737994614f4ec2c4d578fbff2bc1 /emulators | |
parent | af950dab75231bba769f77372ccbd8efd315b1f3 (diff) | |
download | freebsd-ports-gnome-742db19aee53198706c68e14ac244a795f665bc4.tar.gz freebsd-ports-gnome-742db19aee53198706c68e14ac244a795f665bc4.tar.zst freebsd-ports-gnome-742db19aee53198706c68e14ac244a795f665bc4.zip |
- enable xml support
Approved by: gerald
Diffstat (limited to 'emulators')
-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 71c676ebb5c3..a7e3761125f4 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -21,7 +21,8 @@ COMMENT= Microsoft Windows compatibility layer for Unix-like systems LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ freetype.9:${PORTSDIR}/print/freetype2 \ gdraw.1:${PORTSDIR}/print/fontforge \ - glut.4:${PORTSDIR}/graphics/libglut + glut.4:${PORTSDIR}/graphics/libglut \ + xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${MANPREFIX}/man diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 71c676ebb5c3..a7e3761125f4 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -21,7 +21,8 @@ COMMENT= Microsoft Windows compatibility layer for Unix-like systems LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ freetype.9:${PORTSDIR}/print/freetype2 \ gdraw.1:${PORTSDIR}/print/fontforge \ - glut.4:${PORTSDIR}/graphics/libglut + glut.4:${PORTSDIR}/graphics/libglut \ + xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${MANPREFIX}/man |