aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-02 05:47:07 +0800
committermat <mat@FreeBSD.org>2016-04-02 05:47:07 +0800
commit4f4613f00e3f32418e1a2f143ad06e3621c41f16 (patch)
tree39bb5f04c88fd1a52be1234970b759967ab4fdf1
parente67b12d60fff62296ab06f8ef06bba6b123592e2 (diff)
downloadfreebsd-ports-gnome-4f4613f00e3f32418e1a2f143ad06e3621c41f16.tar.gz
freebsd-ports-gnome-4f4613f00e3f32418e1a2f143ad06e3621c41f16.tar.zst
freebsd-ports-gnome-4f4613f00e3f32418e1a2f143ad06e3621c41f16.zip
Missed two occurences of ${PORTSDIR}/.
With hat: portmgr Sponsored by: Absolight
-rw-r--r--net/glusterfs/Makefile2
-rw-r--r--security/shibboleth2-sp/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/glusterfs/Makefile b/net/glusterfs/Makefile
index b4de22924c26..844e169beb71 100644
--- a/net/glusterfs/Makefile
+++ b/net/glusterfs/Makefile
@@ -11,7 +11,7 @@ COMMENT= GlusterFS distributed file system
LICENSE= GPLv2 LGPL3
LICENSE_COMB= dual
-LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:${PORTSDIR}/sysutils/liburcu
+LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu
USE_GCC= any
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile
index 60538f3f7152..4bdf9991db14 100644
--- a/security/shibboleth2-sp/Makefile
+++ b/security/shibboleth2-sp/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= girgen@FreeBSD.org
COMMENT= C++ Shibboleth Service Provider (Internet2) for Apache
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
-LIB_DEPENDS= libsaml.so.8:security/opensaml2 libodbc.so:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS= libsaml.so.8:security/opensaml2 libodbc.so:databases/unixODBC
USES= gmake
GNU_CONFIGURE= yes