aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/ocaml-lablgtk2
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11-toolkits/ocaml-lablgtk2
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Notes
Diffstat (limited to 'x11-toolkits/ocaml-lablgtk2')
-rw-r--r--x11-toolkits/ocaml-lablgtk2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile
index f2cff70fb304..4cfc6b3b2b18 100644
--- a/x11-toolkits/ocaml-lablgtk2/Makefile
+++ b/x11-toolkits/ocaml-lablgtk2/Makefile
@@ -59,9 +59,9 @@ PORTEXAMPLES= *
.if ${PORT_OPTIONS:MGTKGLAREA}
CONFIGURE_ARGS+= --with-gl
-BUILD_DEPENDS+= lablgl:${PORTSDIR}/graphics/ocaml-lablgl
-RUN_DEPENDS+= lablgl:${PORTSDIR}/graphics/ocaml-lablgl
-LIB_DEPENDS+= libgtkgl-2.0.so:${PORTSDIR}/x11-toolkits/gtkglarea2
+BUILD_DEPENDS+= lablgl:graphics/ocaml-lablgl
+RUN_DEPENDS+= lablgl:graphics/ocaml-lablgl
+LIB_DEPENDS+= libgtkgl-2.0.so:x11-toolkits/gtkglarea2
EXAMPLES_SUBDIRS+= GL
.else
CONFIGURE_ARGS+= --without-gl
@@ -117,7 +117,7 @@ CONFIGURE_ARGS+= --without-gtksourceview2
.endif
.if ${PORT_OPTIONS:MGTKSPELL}
-LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
+LIB_DEPENDS+= libgtkspell.so:textproc/gtkspell
CONFIGURE_ARGS+= --with-gtkspell
.else
CONFIGURE_ARGS+= --without-gtkspell