diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/alt-ergo | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'math/alt-ergo')
-rw-r--r-- | math/alt-ergo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/alt-ergo/Makefile b/math/alt-ergo/Makefile index c63dbec97df6..42d1afc88cc6 100644 --- a/math/alt-ergo/Makefile +++ b/math/alt-ergo/Makefile @@ -15,9 +15,9 @@ LICENSE_NAME= Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] C license, version 1 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ocaml-zarith>1.2:${PORTSDIR}/math/ocaml-zarith \ - ocaml-ocamlgraph>1.8:${PORTSDIR}/math/ocaml-ocamlgraph -RUN_DEPENDS= ocaml-ocamlgraph>1.8:${PORTSDIR}/math/ocaml-ocamlgraph +BUILD_DEPENDS= ocaml-zarith>1.2:math/ocaml-zarith \ + ocaml-ocamlgraph>1.8:math/ocaml-ocamlgraph +RUN_DEPENDS= ocaml-ocamlgraph>1.8:math/ocaml-ocamlgraph GNU_CONFIGURE= yes USES= gmake @@ -32,8 +32,8 @@ OPTIONS_SUB= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUI} -BUILD_DEPENDS += lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 -RUN_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 +BUILD_DEPENDS += lablgtk2:x11-toolkits/ocaml-lablgtk2 +RUN_DEPENDS+= lablgtk2:x11-toolkits/ocaml-lablgtk2 ALL_TARGET+= gui INSTALL_TARGET+= install-gui .endif |