From 3074684e4e570515f192b7dbf50c1096f5fec3e0 Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 26 Nov 2014 09:26:26 +0000 Subject: It should be commited along with www/contao34 addition. Thanks for wiz@, noted to me via private e-mail. --- www/contao/Makefile.common | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/contao') diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 3c13ff2bd61..059c1f364ff 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,11 +1,13 @@ -# $NetBSD: Makefile.common,v 1.85 2014/11/24 13:30:49 taca Exp $ +# $NetBSD: Makefile.common,v 1.86 2014/11/26 09:26:26 taca Exp $ # # used by www/contao32/Makefile # used by www/contao33/Makefile +# used by www/contao34/Makefile # current release CT32_VERSION= 3.2.16 CT33_VERSION= 3.3.7 +CT34_VERSION= 3.4.0 CT_VERS?= 32 @@ -13,6 +15,8 @@ CT_VERS?= 32 CT_VERSION= ${CT32_VERSION} .elif ${CT_VERS} == "33" CT_VERSION= ${CT33_VERSION} +.elif ${CT_VERS} == "34" +CT_VERSION= ${CT34_VERSION} .else .error "Illegal version specified: ${CT_VERS}" .endif -- cgit v1.2.3