diff options
author | taca <taca@pkgsrc.org> | 2015-08-05 13:19:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-08-05 13:19:52 +0000 |
commit | 3da99b6e0e06a8d6bbd048ea903c45ce12e7da6d (patch) | |
tree | 4aa651f58667a34173173b7de20d9a98e62b574d /www | |
parent | 8310f8ec0656f1b08443ce41c940ed120756302c (diff) | |
download | pkgsrc-3da99b6e0e06a8d6bbd048ea903c45ce12e7da6d.tar.gz |
Remove contao34 related lines.
Diffstat (limited to 'www')
-rw-r--r-- | www/contao/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index eef19fc0473..74b020423e1 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,20 +1,16 @@ -# $NetBSD: Makefile.common,v 1.98 2015/07/26 17:18:35 taca Exp $ +# $NetBSD: Makefile.common,v 1.99 2015/08/05 13:19:52 taca Exp $ # # used by www/contao32/Makefile -# used by www/contao34/Makefile # used by www/contao35/Makefile # current release CT32_VERSION= 3.2.21 -CT34_VERSION= 3.4.5 CT35_VERSION= 3.5.2 CT_VERS?= 35 .if ${CT_VERS} == "32" CT_VERSION= ${CT32_VERSION} -.elif ${CT_VERS} == "34" -CT_VERSION= ${CT34_VERSION} .elif ${CT_VERS} == "35" CT_VERSION= ${CT35_VERSION} .else |