diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-19 12:30:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-19 12:30:22 +0000 |
commit | f5049b6aeff70e80494f851d7be535ef42c91085 (patch) | |
tree | 3b4f11948afd124b750ac8fad8c73f02fd6a9712 /misc | |
parent | Update to 0.8.11. (diff) |
- Fix build when math/facile is installed
Notes
Notes:
svn path=/head/; revision=218833
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeedu3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index b3032c576a6a..9d5125a8c915 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -27,7 +27,8 @@ USE_XORG= xpm USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS+=--enable-libusb=${LOCALBASE} +CONFIGURE_ARGS+=--enable-libusb=${LOCALBASE} \ + --disable-ocamlsolver USE_LDCONFIG= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 |