236b4bf04c
depends on packages which are built against PHP4.
16 lines
303 B
Makefile
16 lines
303 B
Makefile
# New ports collection makefile for: horde-php5
|
|
# Date created: 27 Nov 2004
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../horde
|
|
|
|
IGNORE= "Cannot package: conflict between PHP4 and PHP5"
|
|
|
|
DEFAULT_PHP_VER= 5
|
|
WITH_PHP5= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|