From cd64d80b4e16d6021eca9928550bc82beabbba2e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 7 Apr 2008 12:06:01 +0000 Subject: [PATCH] - a fix for ruby-dbd_pg is now possible PR: 114048 --- databases/ruby-postgres/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 55f49862c3ba..c276bb1da9ad 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -20,9 +20,9 @@ USE_PGSQL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes +WRKSRC= ${WRKDIR}/${PORTNAME}/ext CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include" INSTALL_TARGET= site-install -WRKSRC= ${WRKDIR}/${PORTNAME}/ext DOCS_EN= ChangeLog README doc/postgres.html DOCS_JA= README.ja doc/postgres.jp.html