Index: head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile =================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile (revision 427977) +++ head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile (revision 427978) @@ -1,17 +1,18 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_RSS PORTVERSION= 0.1.1 CATEGORIES= textproc databases www pear MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using RSS files BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array USES= pear USE_PHP= mysql +IGNORE_WITH_PHP=70 .include Index: head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile =================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile (revision 427977) +++ head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile (revision 427978) @@ -1,17 +1,18 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_XML PORTVERSION= 0.2.0 CATEGORIES= textproc databases www pear MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using XML files BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array USES= pear USE_PHP= mysql +IGNORE_WITH_PHP=70 .include Index: head/www/phpmyfaq/Makefile =================================================================== --- head/www/phpmyfaq/Makefile (revision 427977) +++ head/www/phpmyfaq/Makefile (revision 427978) @@ -1,28 +1,29 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= phpmyfaq PORTVERSION= 2.9.5 CATEGORIES= www MASTER_SITES= http://www.phpmyfaq.de/download/ DISTNAME= phpMyFAQ-${PORTVERSION} MAINTAINER= flo@FreeBSD.org COMMENT= Multilingual, completely database-driven FAQ-system WRKSRC= ${WRKDIR}/${PORTNAME} USES= cpe php:web USE_PHP= filter json mysql pcre pdf session xml xmlrpc xmlwriter zlib FAQ_DIR= attachments data images inc pdf xml NO_BUILD= YES NO_ARCH= YES +IGNORE_WITH_PHP=70 do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR} .for i in ${FAQ_DIR} @${MKDIR} ${STAGEDIR}${WWWDIR}/${i} .endfor .include