diff options
author | sem <sem@FreeBSD.org> | 2005-05-18 00:09:29 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-18 00:09:29 +0800 |
commit | dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6 (patch) | |
tree | 76234934eba7210d6aca9d178bb055f163431278 /databases/ruby-interbase | |
parent | e738a683373def0e7540d0e6027860ba8c147e94 (diff) | |
download | freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.gz freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.zst freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.zip |
- Fix after spliting firebird
- Bump PORTREVISION
PR: ports/79337
Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
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 |