diff options
author | kris <kris@FreeBSD.org> | 2006-02-03 15:38:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-03 15:38:48 +0800 |
commit | 059247f6e82d4a749c38574043780ba81632af2d (patch) | |
tree | 14f954414f5f8f60c1173cf30c5a36a509286cf8 | |
parent | 62e44de51db96ce56fb62b3d42d5864b760c5d58 (diff) | |
download | freebsd-ports-gnome-059247f6e82d4a749c38574043780ba81632af2d.tar.gz freebsd-ports-gnome-059247f6e82d4a749c38574043780ba81632af2d.tar.zst freebsd-ports-gnome-059247f6e82d4a749c38574043780ba81632af2d.zip |
Add missing USE_GMAKE=yes, needed to run 'make configure' in dependency.
-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 |