diff options
Diffstat (limited to 'graphics/wdune/Makefile')
-rw-r--r-- | graphics/wdune/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/wdune/Makefile b/graphics/wdune/Makefile index 73f2aafb5bee..407f807e4060 100644 --- a/graphics/wdune/Makefile +++ b/graphics/wdune/Makefile @@ -32,6 +32,9 @@ CONFIGURE_ARGS+= --with-optimization \ --with-helpurl="${DOCSDIR}/index.html" CPPFLAGS+= -I${LOCALBASE}/include/freetype2 -D__FREEBSD__ LDFLAGS+= -L${LOCALBASE}/lib + +CONFLICTS_INSTALL= ocaml-dune + ALL_TARGET= dune OPTIONS_DEFINE= DOCS |