diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-05-04 15:46:51 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-05-04 15:46:51 +0000 |
commit | 2c44e6acd06e2874b82746cb9dcdc785097b4203 (patch) | |
tree | aa391452ea6a289ee70b33bcbec2503509a494d2 /net/unison-devel/Makefile | |
parent | cb214a8a7bdc497f794275b729a70ec66437e2a7 (diff) |
Notes
Diffstat (limited to 'net/unison-devel/Makefile')
-rw-r--r-- | net/unison-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index f1ab9d58377c..7f030197ecdf 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -18,10 +18,10 @@ IGNORE= No devel release available. \ LICENSE= GPLv3 -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml - PLIST_SUB= PORTVERSION=${PORTVERSION} USES= gmake +USE_OCAML= yes +NO_OCAML_RUNDEPENDS=yes WANT_GNOME= yes MAKE_ARGS= CFLAGS="" CONFLICTS= unison-[0-9]* unison-nox11-[0-9]* |