diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 01:32:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 01:32:59 +0800 |
commit | a0c4d6068ec126aecdacf0211f0d64a3a6794a2b (patch) | |
tree | 50f31e5697e07e32c24223a7b2ab7414c723d0e6 /lang/Makefile | |
parent | 431a4f6de2ed18cc83e696eb2913ad0d84ffabab (diff) | |
download | freebsd-ports-gnome-a0c4d6068ec126aecdacf0211f0d64a3a6794a2b.tar.gz freebsd-ports-gnome-a0c4d6068ec126aecdacf0211f0d64a3a6794a2b.tar.zst freebsd-ports-gnome-a0c4d6068ec126aecdacf0211f0d64a3a6794a2b.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>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
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 |