diff options
Diffstat (limited to 'databases/speedtables/Makefile')
-rw-r--r-- | databases/speedtables/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile index 7b4d38da25aa..b68fa25b9cc7 100644 --- a/databases/speedtables/Makefile +++ b/databases/speedtables/Makefile @@ -12,8 +12,8 @@ COMMENT= High-performance memory-resident database LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libtclx8.4.so:${PORTSDIR}/lang/tclX \ - libboost_graph.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libtclx8.4.so:lang/tclX \ + libboost_graph.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= flightaware @@ -28,7 +28,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS PGSQL PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} -PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:${PORTSDIR}/databases/postgresql94-pgtcl +PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:databases/postgresql94-pgtcl post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |