aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2010-07-06 04:09:12 +0800
committergerald <gerald@FreeBSD.org>2010-07-06 04:09:12 +0800
commit14178f30c02d5925698a4346b84bb8e43b51091d (patch)
treed1900a20edf0ec520e7336a49aec55a5abd0d701 /emulators
parentf87785383a457800f3b43a07f5db973f70274d30 (diff)
downloadfreebsd-ports-gnome-14178f30c02d5925698a4346b84bb8e43b51091d.tar.gz
freebsd-ports-gnome-14178f30c02d5925698a4346b84bb8e43b51091d.tar.zst
freebsd-ports-gnome-14178f30c02d5925698a4346b84bb8e43b51091d.zip
Add a run-time dependency on p5-XML-LibXML which is required by the
winemaker tool. PR: 147956 Submitted by: kevlo Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index d259adb7c7a9..b3e7676f1fef 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -8,6 +8,7 @@
PORTNAME= wine
DISTVERSION= 1.2-rc5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -17,6 +18,7 @@ MAINTAINER= gerald@FreeBSD.org
COMMENT= Microsoft Windows compatibility layer for Unix-like systems
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+RUN_DEPENDS= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
freetype.9:${PORTSDIR}/print/freetype2 \
jpeg.11:${PORTSDIR}/graphics/jpeg \
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index d259adb7c7a9..b3e7676f1fef 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -8,6 +8,7 @@
PORTNAME= wine
DISTVERSION= 1.2-rc5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -17,6 +18,7 @@ MAINTAINER= gerald@FreeBSD.org
COMMENT= Microsoft Windows compatibility layer for Unix-like systems
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+RUN_DEPENDS= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
freetype.9:${PORTSDIR}/print/freetype2 \
jpeg.11:${PORTSDIR}/graphics/jpeg \