diff options
author | tron <tron@pkgsrc.org> | 1998-04-03 21:15:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-04-03 21:15:54 +0000 |
commit | 5d438c24f8243cf09f283e008bbfc2a8003fcc60 (patch) | |
tree | dd6a9c1c0061b90f7348f8b939695ef0cc4f5505 | |
parent | 1ea020664c11335d9f0934ea1396af3324b825d3 (diff) | |
download | pkgsrc-5d438c24f8243cf09f283e008bbfc2a8003fcc60.tar.gz |
Add and enable "hugs-1.4", fixes PR pkg/5185.
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index a68c75e7ced..b6a3b18f9aa 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/03/31 12:00:53 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/03 21:15:54 tron Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -18,6 +18,7 @@ # SUBDIR += gnat SUBDIR += guavac # SUBDIR += guile-iii + SUBDIR += hugs SUBDIR += icon # SUBDIR += idl4 # SUBDIR += itcl |