diff options
Diffstat (limited to 'x11/labltk/Makefile')
-rw-r--r-- | x11/labltk/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index d04b69c282a..5a862de0ba5 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,4 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2009/09/08 18:35:46 tonio Exp $ +# $NetBSD: Makefile,v 1.10 2009/12/17 19:02:05 abs Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS+= lib/ocaml/stublibs +MAKE_JOBS_SAFE= no .include "../../lang/ocaml/Makefile.common" |