diff options
author | jwise <jwise> | 2000-08-31 14:43:49 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-31 14:43:49 +0000 |
commit | 3ee202fb879178486f31c885c25d5f5b59610358 (patch) | |
tree | 4ef04abce89372020a4f6c44a58d6ec5802a7bbb /lang/ocaml/Makefile | |
parent | 864964816994bcad196bb72e98630f2a4c1e5128 (diff) | |
download | pkgsrc-3ee202fb879178486f31c885c25d5f5b59610358.tar.gz |
Adapt this package to tk-8.3.2.
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r-- | lang/ocaml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 8107d7f4a6d..17ccd50c367 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/24 22:32:34 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/31 14:46:31 jwise Exp $ # DISTNAME= ocaml-3.00 @@ -8,11 +8,11 @@ MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ MAINTAINER= groo@netbsd.org HOMEPAGE= http://caml.inria.fr/ocaml/ -DEPENDS+= tk-8.0.*:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk USE_GMAKE= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS+= -prefix ${LOCALBASE} -tklibs -L${LOCALBASE}/lib -tkdefs "-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0" -libs "-Wl,-R${X11BASE}/lib -Wl,-R${LOCALBASE}/lib" +CONFIGURE_ARGS+= -prefix ${LOCALBASE} -tklibs -L${LOCALBASE}/lib -tkdefs "-I${LOCALBASE}/include " -libs "-Wl,-R${X11BASE}/lib -Wl,-R${LOCALBASE}/lib" ALL_TARGET= world |