summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon>2015-07-16 12:08:29 +0000
committerryoon <ryoon>2015-07-16 12:08:29 +0000
commit40f5c6b0dc11ffd43d8ba1668aa8d2bcb8475297 (patch)
tree77fd8a22f7e29407aa8e1cb6f17c62037202136d
parent6cbc35338c0acaf71ca9604096014a6b1ae21dba (diff)
downloadpkgsrc-40f5c6b0dc11ffd43d8ba1668aa8d2bcb8475297.tar.gz
Add gcc5 and gcc5-libs.
-rw-r--r--lang/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 2baa7e3d26b..d3b39560da8 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.415 2015/07/01 14:25:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.416 2015/07/16 12:08:29 ryoon Exp $
#
COMMENT= Programming languages
@@ -68,7 +68,9 @@ SUBDIR+= gcc48
SUBDIR+= gcc48-libs
SUBDIR+= gcc49
SUBDIR+= gcc49-libs
+SUBDIR+= gcc5
SUBDIR+= gcc5-aux
+SUBDIR+= gcc5-libs
SUBDIR+= gforth
SUBDIR+= ghc
SUBDIR+= ghc-bootstrap