From 8b455ae8eba20988d36285ee714c13d05cf1ea65 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 6 Jan 2006 06:23:49 +0000 Subject: Serendipty Port is missing php4-xml-4.4.1_3 The port of the Serendipty Blog engine does not install the php4-xml-4.4.1_3 which is necessary for the blog to display posts. PR: ports/91363 Submitted by: Gerard J. Cerchio --- www/serendipity-devel/Makefile | 2 +- www/serendipity/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/serendipity-devel/Makefile b/www/serendipity-devel/Makefile index 55d5bd1b0510..06dd2df55cec 100644 --- a/www/serendipity-devel/Makefile +++ b/www/serendipity-devel/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES SERENDIPITY?= www/${PORTNAME} PLIST_SUB+= SERENDIPITY=${SERENDIPITY} -USE_PHP= session pcre gd openssl mbstring iconv zlib +USE_PHP= session pcre gd openssl mbstring iconv zlib xml SUB_LIST+= SERENDIPITY=${SERENDIPITY} SUB_FILES= pkg-message diff --git a/www/serendipity/Makefile b/www/serendipity/Makefile index 55d5bd1b0510..06dd2df55cec 100644 --- a/www/serendipity/Makefile +++ b/www/serendipity/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES SERENDIPITY?= www/${PORTNAME} PLIST_SUB+= SERENDIPITY=${SERENDIPITY} -USE_PHP= session pcre gd openssl mbstring iconv zlib +USE_PHP= session pcre gd openssl mbstring iconv zlib xml SUB_LIST+= SERENDIPITY=${SERENDIPITY} SUB_FILES= pkg-message -- cgit