aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-25 17:32:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-25 17:32:59 +0000
commitacc36afd2fbe95a00a7aee575bc5ba8eb21e9861 (patch)
tree50f31e5697e07e32c24223a7b2ab7414c723d0e6 /lang/Makefile
parent5f72e7eef2a58fe200fb607a085ffab274f8cb23 (diff)
downloadports-acc36afd2fbe95a00a7aee575bc5ba8eb21e9861.tar.gz
ports-acc36afd2fbe95a00a7aee575bc5ba8eb21e9861.zip
- Add guile 2.0.11
- While I'm here: - Add PKGNAMESUFFIX to avoid PKGNAME collision - Mark CONFLICTS_INSTALL with lang/guile GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library that implements the Scheme language plus various convenient facilities. It's designed so that you can link it into an application or utility to make it extensible. Our plan is to link this library into all GNU programs that call for extensibility. WWW: http://www.gnu.org/software/guile/ PR: ports/189239 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=355255
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index d942de818787..20d384f5771a 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -107,6 +107,7 @@
SUBDIR += groovy
SUBDIR += gscheme
SUBDIR += guile
+ SUBDIR += guile2
SUBDIR += harbour
SUBDIR += haskell-mode.el
SUBDIR += hiphop-php