summaryrefslogtreecommitdiff
path: root/databases/ruby-interbase
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
commit913cb3ae08e2bb3058572039ad7a1adcead8df3a (patch)
tree4421d0af7029c63503917d9f0a75946fb3005826 /databases/ruby-interbase
parent- Split database/firebird into -client and -server (diff)
- Fix after spliting firebird
- Bump PORTREVISION PR: ports/79337 Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
Notes
Notes: svn path=/head/; revision=135485
Diffstat (limited to 'databases/ruby-interbase')
-rw-r--r--databases/ruby-interbase/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/ruby-interbase/Makefile b/databases/ruby-interbase/Makefile
index 35de95e01cc5..ce0360c149fd 100644
--- a/databases/ruby-interbase/Makefile
+++ b/databases/ruby-interbase/Makefile
@@ -7,6 +7,7 @@
PORTNAME= interbase
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= http://www.rowlandresearch.com/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -15,15 +16,15 @@ DIST_SUBDIR= ruby
MAINTAINER= skv@FreeBSD.org
COMMENT= Ruby interface to Interbase library
-LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird
+LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird-client
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-CONFIGURE_ARGS= --with-interbase-include-dir="${LOCALBASE}/firebird/include" \
- --with-interbase-lib-dir="${LOCALBASE}/firebird/lib"
+CONFIGURE_ARGS= --with-interbase-include-dir="${LOCALBASE}/include" \
+ --with-interbase-lib-dir="${LOCALBASE}/lib"
INSTALL_TARGET= site-install
DOCS_EN= README