Dependencies can only work for php 5.3
This commit is contained in:
parent
8f8d690b51
commit
d7833e4206
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/12/07 13:29:32 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/12/08 03:01:48 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tiki-6.4
|
||||
|
@ -14,6 +14,8 @@ LICENSE= gnu-lgpl-v2.1
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PHP_VERSIONS_ACCEPTED= 53
|
||||
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.3.8:../../converters/php-iconv
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=5.3.8:../../databases/php-mysqli
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.8:../../graphics/php-gd
|
||||
|
|
Loading…
Reference in a new issue