diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 07:38:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 07:38:48 +0000 |
commit | ac44125a721b4a28bf25b4056d252194f01e277e (patch) | |
tree | 852c1739cc1c5aa3bd86f245ec1f85c192ba776a /databases/p5-DBD-PgSPI/Makefile | |
parent | The idled support could not be enabled. The configure option for (diff) |
Add missing USE_GMAKE=yes, needed to run 'make configure' in dependency.
Notes
Notes:
svn path=/head/; revision=155116
Diffstat (limited to 'databases/p5-DBD-PgSPI/Makefile')
-rw-r--r-- | databases/p5-DBD-PgSPI/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile index 91b56c60eb19..5e6ed4622cbf 100644 --- a/databases/p5-DBD-PgSPI/Makefile +++ b/databases/p5-DBD-PgSPI/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ ${NONEXISTENT}:${PORTSDIR}/${POSTGRESQL_PORT}:configure RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/plperl.so:${PORTSDIR}/databases/p5-postgresql-plperl +USE_GMAKE= yes USE_PGSQL= yes PERL_CONFIGURE= yes |