From 7fc1b6d2bb1d807ec72f8a61f29861c226e3edac Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 17 Jan 2006 00:23:06 +0000 Subject: [PATCH] Add dependency on archivers/pear-File_Archive as suggested. Serendipity has a plugin that conveniently backups the entire site. This plugin requires the pear-File_Archive port in ports/archivers. Being that this is not part of the ported package but an add on you may not want to place the pear-File_Archive on the dependency list. Submitted by: "Gerard J. Cerchio" --- www/serendipity-devel/Makefile | 2 ++ www/serendipity/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/www/serendipity-devel/Makefile b/www/serendipity-devel/Makefile index 3357e12b245c..57bcecb38372 100644 --- a/www/serendipity-devel/Makefile +++ b/www/serendipity-devel/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= php-blog MAINTAINER= babak@farrokhi.net COMMENT= PHP based weblog software +RUN_DEPENDS= ${LOCALBASE}/share/pear/File/Archive.php:${PORTSDIR}/archivers/pear-File_Archive + WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES SERENDIPITY?= www/${PORTNAME} diff --git a/www/serendipity/Makefile b/www/serendipity/Makefile index 3357e12b245c..57bcecb38372 100644 --- a/www/serendipity/Makefile +++ b/www/serendipity/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= php-blog MAINTAINER= babak@farrokhi.net COMMENT= PHP based weblog software +RUN_DEPENDS= ${LOCALBASE}/share/pear/File/Archive.php:${PORTSDIR}/archivers/pear-File_Archive + WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES SERENDIPITY?= www/${PORTNAME}