diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-06 14:23:49 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-06 14:23:49 +0800 |
commit | 8b455ae8eba20988d36285ee714c13d05cf1ea65 (patch) | |
tree | 06350dbf208f0b620037091224141dd27c1b5c2a /www | |
parent | b8590c41f34159ca2934054164d2c0ac8ad18be1 (diff) | |
download | freebsd-ports-gnome-8b455ae8eba20988d36285ee714c13d05cf1ea65.tar.gz freebsd-ports-gnome-8b455ae8eba20988d36285ee714c13d05cf1ea65.tar.zst freebsd-ports-gnome-8b455ae8eba20988d36285ee714c13d05cf1ea65.zip |
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 <gjpc@OB1Net.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/serendipity-devel/Makefile | 2 | ||||
-rw-r--r-- | www/serendipity/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |