diff options
author | tonio <tonio> | 2007-04-08 23:08:10 +0000 |
---|---|---|
committer | tonio <tonio> | 2007-04-08 23:08:10 +0000 |
commit | 7bae574521ce3e635119db469d27ad2eeff925d0 (patch) | |
tree | 4db1ae70c96314f9b88569572ebd1dd3ce2f4079 /lang | |
parent | 89e788f91539b0c3f7449d100574bbf9d52a7d8a (diff) | |
download | pkgsrc-7bae574521ce3e635119db469d27ad2eeff925d0.tar.gz |
+ocamlduce
Import package from Jaap Boender
This fixes PR pkg/35949
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 68396020926..cbe02b13576 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.237 2007/04/04 14:32:52 tv Exp $ +# $NetBSD: Makefile,v 1.238 2007/04/08 23:08:10 tonio Exp $ # COMMENT= Programming languages @@ -97,6 +97,7 @@ SUBDIR+= nawk SUBDIR+= nhc98 SUBDIR+= objc SUBDIR+= ocaml +SUBDIR+= ocamlduce SUBDIR+= onyx SUBDIR+= oo2c SUBDIR+= opencobol |