svn commit: r393691 - head/devel/ocaml-opam
Bartek Rutkowski
robak at FreeBSD.org
Fri Aug 7 12:08:24 UTC 2015
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
More information about the svn-ports-all
mailing list