diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
| commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
| tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/php5-pdo_cassandra | |
| parent | Remove ${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
Diffstat (limited to 'databases/php5-pdo_cassandra')
| -rw-r--r-- | databases/php5-pdo_cassandra/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index 74590eef3cfc..67a452fcc38c 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -12,7 +12,7 @@ COMMENT= PDO driver for Apache Cassandra LICENSE= APACHE20 -LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= mkoppanen @@ -35,10 +35,10 @@ THRIFT_MINOR_VER= ${THRIFT_PORTVERSION:R:E} THRIFT_PATCH_VER= ${THRIFT_PORTVERSION:E} .if ${THRIFT_MAJOR_VER} >= 0 || ${THRIFT_MINOR_VER} >= 9 || ${THRIFT_PATCH_VER} >= 1 -LIB_DEPENDS+= libthrift.so:${PORTSDIR}/devel/thrift-cpp -BUILD_DEPENDS+= ${LOCALBASE}/bin/thrift:${PORTSDIR}/devel/thrift +LIB_DEPENDS+= libthrift.so:devel/thrift-cpp +BUILD_DEPENDS+= ${LOCALBASE}/bin/thrift:devel/thrift .else -LIB_DEPENDS+= libthrift.so:${PORTSDIR}/devel/thrift +LIB_DEPENDS+= libthrift.so:devel/thrift .endif post-configure: |
