aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/google-perftools/Makefile2
-rw-r--r--devel/gpm/Makefile4
-rw-r--r--net/libnss-pgsql/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile
index c62636e1b69b..5f7c63feb8a5 100644
--- a/devel/google-perftools/Makefile
+++ b/devel/google-perftools/Makefile
@@ -13,7 +13,7 @@ COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libunwind.so:${PORTSDIR}/devel/libunwind
+LIB_DEPENDS= libunwind.so:devel/libunwind
WRKSRC= ${WRKDIR}/gperftools-${PORTVERSION}
DOCSDIR= ${PREFIX}/share/doc/gperftools
diff --git a/devel/gpm/Makefile b/devel/gpm/Makefile
index e90188dcb345..4cc92069db1a 100644
--- a/devel/gpm/Makefile
+++ b/devel/gpm/Makefile
@@ -11,8 +11,8 @@ COMMENT= Go Package Manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
- go:${PORTSDIR}/lang/go
+RUN_DEPENDS= bash:shells/bash \
+ go:lang/go
USE_GITHUB= yes
GH_ACCOUNT= pote
diff --git a/net/libnss-pgsql/Makefile b/net/libnss-pgsql/Makefile
index 084440fcb80d..5fe7c6ad8876 100644
--- a/net/libnss-pgsql/Makefile
+++ b/net/libnss-pgsql/Makefile
@@ -13,7 +13,7 @@ COMMENT= NSS module using a PostgreSQL database for backend
LICENSE= GPLv2
-BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto
+BUILD_DEPENDS= xmlto:textproc/xmlto
USES= autoreconf gmake libtool pgsql tar:tgz
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --includedir=${PREFIX}/include --libdir=${PREFIX}/lib --with-docdir=${DOCSDIR}