diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-30 21:53:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-30 21:53:37 +0800 |
commit | f594e6258595bc1afe2066cfd10b3067fae2de48 (patch) | |
tree | 61c91fe7d7ad9361224441ef97c14c8b6a50357a /databases | |
parent | 0573ca2aa153f1508ec93bbb2e2c6c1acedb0ffd (diff) | |
download | freebsd-ports-gnome-f594e6258595bc1afe2066cfd10b3067fae2de48.tar.gz freebsd-ports-gnome-f594e6258595bc1afe2066cfd10b3067fae2de48.tar.zst freebsd-ports-gnome-f594e6258595bc1afe2066cfd10b3067fae2de48.zip |
- Add missing dependency
Submitted by: Pierre Emmanuel (maintainer via private mail)
Diffstat (limited to 'databases')
-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;' \ |