diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-17 23:30:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-17 23:30:03 +0000 |
commit | 6b07dff57dd6986ce5a89fe922e30129bd1a4965 (patch) | |
tree | 4fcb9bbb27f397410192e9746b61720a63b7eafc /ports-mgmt | |
parent | 97049115a8d4e3fbda489f5edf8250bae28d0ccd (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.mk | 4 |
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 |