diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/freetds | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'databases/freetds')
-rw-r--r-- | databases/freetds/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index 0a3908e9823a..0b0766384825 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -13,7 +13,7 @@ COMMENT= Sybase/Microsoft TDS protocol library LICENSE= GPLv2 -LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:security/libgcrypt TDS_VER?= 5.0 @@ -36,12 +36,12 @@ OPTIONS_DEFAULT= OPENSSL MARS UNIXODBC OPTIONS_SINGLE_ODBC= IODBC UNIXODBC OPENSSL_USE= OPENSSL=yes OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --with-gnutls -IODBC_LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc +IODBC_LIB_DEPENDS= libiodbc.so:databases/libiodbc IODBC_CONFIGURE_ON= --with-iodbc=${LOCALBASE} IODBC_CPPFLAGS= -I${LOCALBASE}/include/libiodbc -UNIXODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC UNIXODBC_CONFIGURE_ON= --with-unixodbc=${LOCALBASE} MARS_DESC= Enable MARS code (Experimental) MARS_CONFIGURE_ON= --enable-mars |