summaryrefslogtreecommitdiff
path: root/ports-mgmt/portmk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-03-17 23:30:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-03-17 23:30:03 +0000
commit6b07dff57dd6986ce5a89fe922e30129bd1a4965 (patch)
tree4fcb9bbb27f397410192e9746b61720a63b7eafc /ports-mgmt/portmk
parent- Follow moved dependency (diff)
Fix mis-merged USE_OCAML where USE_XFCE was meant. It was tested correctly
on the cluster.
Notes
Notes: svn path=/head/; revision=187616
Diffstat (limited to 'ports-mgmt/portmk')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 9c8ca55ba02d..c2004607ec7f 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -1596,7 +1596,7 @@ PERL= ${LOCALBASE}/bin/perl
.endif
.endif
-.if defined(USE_OCAML)
+.if defined(USE_XFCE)
.if exists(${DEVELPORTSDIR}/Mk/bsd.xfce.mk)
.include "${DEVELPORTSDIR}/Mk/bsd.xfce.mk"
.else
@@ -2131,7 +2131,7 @@ RUN_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
.endif
.endif
-.if defined(USE_OCAML)
+.if defined(USE_XFCE)
.if exists(${DEVELPORTSDIR}/Mk/bsd.xfce.mk)
.include "${DEVELPORTSDIR}/Mk/bsd.xfce.mk"
.else