Date: Fri, 7 Aug 2015 12:08:24 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393691 - head/devel/ocaml-opam Message-ID: <201508071208.t77C8Op8018891@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Fri Aug 7 12:08:23 2015 New Revision: 393691 URL: https://svnweb.freebsd.org/changeset/ports/393691 Log: devel/ocaml-opam: fix _DEPENDS declaration - Move RUN_DEPENDS to proper place in Makefile Submitted by: mat Approved by: portmgr (blanket) Modified: head/devel/ocaml-opam/Makefile Modified: head/devel/ocaml-opam/Makefile ============================================================================== --- head/devel/ocaml-opam/Makefile Fri Aug 7 12:02:41 2015 (r393690) +++ head/devel/ocaml-opam/Makefile Fri Aug 7 12:08:23 2015 (r393691) @@ -16,6 +16,8 @@ COMMENT= Source-based package manager fo LICENSE= GPLv3 +RUN_DEPENDS= camlp4:${PORTSDIR}/devel/ocaml-camlp4 + USES= gmake USE_OCAML= yes GNU_CONFIGURE= yes @@ -32,14 +34,12 @@ HG_DESC= Remote repository synchronized DARCS_DESC= Remote repository synchronized with darcs ASPCUD_DESC= Use aspcud as an external dependencies solver -WGET_RUN_DEPENDS:= wget:${PORTSDIR}/ftp/wget -RSYNC_RUN_DEPENDS:= rsync:${PORTSDIR}/net/rsync -GIT_RUN_DEPENDS:= git:${PORTSDIR}/devel/git -HG_RUN_DEPENDS:= hg:${PORTSDIR}/devel/mercurial -DARCS_RUN_DEPENDS:= darcs:${PORTSDIR}/devel/hs-darcs -ASPCUD_RUN_DEPENDS:= aspcud:${PORTSDIR}/math/aspcud - -RUN_DEPENDS:= camlp4:${PORTSDIR}/devel/ocaml-camlp4 +WGET_RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +RSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync +GIT_RUN_DEPENDS= git:${PORTSDIR}/devel/git +HG_RUN_DEPENDS= hg:${PORTSDIR}/devel/mercurial +DARCS_RUN_DEPENDS= darcs:${PORTSDIR}/devel/hs-darcs +ASPCUD_RUN_DEPENDS= aspcud:${PORTSDIR}/math/aspcud MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508071208.t77C8Op8018891>