summaryrefslogtreecommitdiff
path: root/databases/libodbc++
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/libodbc++
parentRemove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'databases/libodbc++')
-rw-r--r--databases/libodbc++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile
index 4dc5c3ae7c7e..7e20d88f79d2 100644
--- a/databases/libodbc++/Makefile
+++ b/databases/libodbc++/Makefile
@@ -11,7 +11,7 @@ COMMENT= C++ class library and toolset for ODBC access to data sources
LICENSE= GPLv2
-BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
+BUILD_DEPENDS= doxygen:devel/doxygen
OPTIONS_DEFINE= DOCS
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-isqlxx
INSTALL_TARGET= install-strip
-LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS= libodbc.so:databases/unixODBC
CONFIGURE_ARGS+= --with-odbc=${LOCALBASE}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}