summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/ruby-pg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile
index 48642746c67..d3cd37e6af7 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/06/17 14:01:52 taca Exp $
+# $NetBSD: Makefile,v 1.8 2011/11/08 15:41:31 taca Exp $
DISTNAME= pg-0.11.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
@@ -9,7 +9,7 @@ HOMEPAGE= http://bitbucket.org/ged/ruby-pg/
COMMENT= Ruby extension for PostgreSQL
LICENSE= gnu-gpl-v2 OR ruby-license
-GEM_CLEANBUILD= .require_paths ext/*
+GEM_CLEANBUILD= ext/*
CONFIGURE_ARGS= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
--with-pgsql-lib-dir=${PGSQL_PREFIX}/lib