summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-07-03 10:28:26 +0000
committeragc <agc@pkgsrc.org>2000-07-03 10:28:26 +0000
commitf892f7b4432d0a8052f79a36f8eae500b0dd2aa5 (patch)
tree4cc4499838f8b5b6494683657c58ccf5792ec927 /lang
parent59e5c83633ec5685ac1f69260c17386335e1fd7e (diff)
downloadpkgsrc-f892f7b4432d0a8052f79a36f8eae500b0dd2aa5.tar.gz
Add and enable gprolog.
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 835ebe76553..d81ad7f755a 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2000/06/29 10:08:11 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2000/07/03 10:28:26 agc Exp $
# FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp
#
@@ -19,6 +19,7 @@
SUBDIR += gcc
SUBDIR += gforth
SUBDIR += ghc
+ SUBDIR += gprolog
SUBDIR += guavac
SUBDIR += guile
SUBDIR += hugs