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/qt-ibase-plugin | |
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/qt-ibase-plugin')
-rw-r--r-- | databases/qt-ibase-plugin/Makefile | 3 | ||||
-rw-r--r-- | databases/qt-ibase-plugin/files/Makefile.bsd | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/qt-ibase-plugin/Makefile b/databases/qt-ibase-plugin/Makefile index 0dbfe03c4bbd..098356af050a 100644 --- a/databases/qt-ibase-plugin/Makefile +++ b/databases/qt-ibase-plugin/Makefile @@ -8,6 +8,7 @@ PORTNAME= qt-${DB}-plugin PORTVERSION= 3.3.4 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -18,7 +19,7 @@ COMMENT= A plugin for QT to connect to IBase/Firebird-Databases DB= ibase -LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird \ +LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird-client \ qt-mt:${PORTSDIR}/x11-toolkits/qt33 USE_BZIP2= yes diff --git a/databases/qt-ibase-plugin/files/Makefile.bsd b/databases/qt-ibase-plugin/files/Makefile.bsd index 6ad2389a0275..84998a7f5f48 100644 --- a/databases/qt-ibase-plugin/files/Makefile.bsd +++ b/databases/qt-ibase-plugin/files/Makefile.bsd @@ -2,10 +2,9 @@ SHLIB_NAME= libqsql${DB}.so VPATH= ${PLUGIN}:${DRIVER} CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \ - -I${LOCALBASE}/firebird/include \ -I${LOCALBASE}/include -I${X11BASE}/include \ ${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT -LDADD= -L${X11BASE}/lib -L${LOCALBASE}/firebird/lib ${PTHREAD_LIBS} -lqt-mt -lgds +LDADD= -L${X11BASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lqt-mt -lgds SRCS= qsql_${DB}.cpp main.cpp LIBDIR= ${PREFIX}/lib/plugins/sqldrivers |