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 | 7a6760d902a460c6dc2c9acf0f2d8e05b925afb2 (patch) | |
tree | 4aa651f58667a34173173b7de20d9a98e62b574d /www/contao | |
parent | cbc5dd4ec3850a8ba20e85e9efcab8c1968bfe7f (diff) | |
download | pkgsrc-7a6760d902a460c6dc2c9acf0f2d8e05b925afb2.tar.gz |
Remove contao34 related lines.
Diffstat (limited to 'www/contao')
-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 |