Skip to content

Commit

Permalink
Pullup ticket #3375 - requested by taca
Browse files Browse the repository at this point in the history
www/typo3: dependence fix

Revisions pulled up:
- www/typo3/Makefile						1.32
---
Module Name:	pkgsrc
Committed By:	bouyer
Date:		Wed Mar	2 19:06:09 UTC 2011

Modified Files:
	pkgsrc/www/typo3: Makefile

Log Message:
This requires php-json
  • Loading branch information
tron committed Mar 5, 2011
1 parent 3aac825 commit 95f6c11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/typo3/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.28.2.1 2011/02/22 15:12:59 tron Exp $
# $NetBSD: Makefile,v 1.28.2.2 2011/03/05 11:44:54 tron Exp $
#

DISTNAME= ${TYPO3NAME}
PKGNAME= typo3-${VER}
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://dl1.typo3.org/TYPO3_${VER}/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
Expand All @@ -15,6 +16,7 @@ LICENSE= gnu-gpl-v2

DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json

PKG_DESTDIR_SUPPORT= user-destdir

Expand Down

0 comments on commit 95f6c11

Please sign in to comment.