diff options
author | gerald <gerald@FreeBSD.org> | 2010-09-12 00:25:57 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-09-12 00:25:57 +0800 |
commit | c5445b2fffdbfa3c5eefded76a2c9d21de68c43d (patch) | |
tree | e8c70156554fd6a3e6d2936c964d450778bac0f5 /emulators/wine/Makefile | |
parent | a9efa568b67c33f62b4f18253a0841bb87ef76ab (diff) | |
download | freebsd-ports-gnome-c5445b2fffdbfa3c5eefded76a2c9d21de68c43d.tar.gz freebsd-ports-gnome-c5445b2fffdbfa3c5eefded76a2c9d21de68c43d.tar.zst freebsd-ports-gnome-c5445b2fffdbfa3c5eefded76a2c9d21de68c43d.zip |
RUN_DEPENDS= should to be RUN_DEPENDS+= under WITH_WINEMAKER.
Reported by: portlint, though I did not realize originally
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 42ee57dc8098..8644a1759e14 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -94,7 +94,7 @@ CONFIGURE_ARGS+= --without-xslt .endif .ifdef WITH_WINEMAKER -RUN_DEPENDS= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML .endif .if ${OSVERSION} < 603000 |