diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-02 11:06:55 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-02 11:06:55 +0800 |
commit | 303483c487a1a85a2e1dbfee08ee90b924bf5e88 (patch) | |
tree | 121fed433038cbe2b20d68beb13b2b29c3290fec /emulators | |
parent | 971f7a919f8c30d91845564b080094184d8dcc7b (diff) | |
download | freebsd-ports-gnome-303483c487a1a85a2e1dbfee08ee90b924bf5e88.tar.gz freebsd-ports-gnome-303483c487a1a85a2e1dbfee08ee90b924bf5e88.tar.zst freebsd-ports-gnome-303483c487a1a85a2e1dbfee08ee90b924bf5e88.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 |