diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2014-04-13 03:16:42 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2014-04-13 03:16:42 +0000 |
commit | 1f9ebeca033394a6e4a80e8e477bd83e2bc6713c (patch) | |
tree | 2208f0fed438204b59e02099c909ff6f80199666 /textproc/Makefile | |
parent | Libsass is a C/C++ port of the Sass CSS precompiler. (diff) |
SassC is a wrapper around libsass (http://github.com/hcatlin/libsass) used
to generate a useful command-line application that can be installed and
packaged for several operating systems.
WWW: http://libsass.org
Notes
Notes:
svn path=/head/; revision=351182
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9eb97a33f546..a6a1d7f92be0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1350,6 +1350,7 @@ SUBDIR += sagasu SUBDIR += sarep SUBDIR += sary + SUBDIR += sassc SUBDIR += saxon SUBDIR += saxon-devel SUBDIR += saxon-he |