diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 16:09:29 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 16:09:29 +0000 |
commit | 913cb3ae08e2bb3058572039ad7a1adcead8df3a (patch) | |
tree | 4421d0af7029c63503917d9f0a75946fb3005826 /databases/ruby-interbase | |
parent | 3c81cc0a137500dc746a0b4409361cd185dbdf2a (diff) | |
download | ports-913cb3ae08e2bb3058572039ad7a1adcead8df3a.tar.gz ports-913cb3ae08e2bb3058572039ad7a1adcead8df3a.zip |
Notes
Diffstat (limited to 'databases/ruby-interbase')
-rw-r--r-- | databases/ruby-interbase/Makefile | 7 |
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 |