diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 20:29:35 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 20:29:35 +0000 |
commit | c5ecded283a20a51f6b00179d451043500180dbc (patch) | |
tree | fba85fea20246e05acff8f0f7d6d53b2309f782d /www/Makefile | |
parent | d3efda6ac08a3a89fa74bcc50d049c38b91b8196 (diff) |
Add smarty 2.0, the PHP compiling template engine.
PR: 35748
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=61000
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 93474790cf9d..403b20f13be6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -335,6 +335,7 @@ SUBDIR += sitecopy SUBDIR += skipstone SUBDIR += slash + SUBDIR += smarty SUBDIR += smb2www SUBDIR += smb_auth SUBDIR += snarf |