diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-30 13:53:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-30 13:53:37 +0000 |
commit | a883eccc847956a0781de2025f181435dc59a5a9 (patch) | |
tree | ad15eed467f3bb35c5596a9805a0a93a7ee7296f /databases/pgfouine | |
parent | dd55992fa9cdc772621a7184e6783ca8689393e2 (diff) |
- Add missing dependency
Submitted by: Pierre Emmanuel (maintainer via private mail)
Notes
Notes:
svn path=/head/; revision=221041
Diffstat (limited to 'databases/pgfouine')
-rw-r--r-- | databases/pgfouine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/pgfouine/Makefile b/databases/pgfouine/Makefile index 38239ffd6495..3951b58d345b 100644 --- a/databases/pgfouine/Makefile +++ b/databases/pgfouine/Makefile @@ -7,6 +7,7 @@ PORTNAME= pgfouine PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1334/ \ http://pgfouine.projects.postgresql.org/releases/ @@ -15,7 +16,7 @@ MAINTAINER= pea@raveland.org COMMENT= PostgreSQL log analyzer NO_BUILD = Yes -USE_PHP= gd +USE_PHP= gd pcre pre-configure: ${REINPLACE_CMD} -e 's,/usr/bin/php,${LOCALBASE}/bin/php,g;' \ |