aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-pylibmc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit148314483d3098c0d6a33944f1190842e671502f (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/py-pylibmc
parent96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff)
downloadfreebsd-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/py-pylibmc')
-rw-r--r--databases/py-pylibmc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-pylibmc/Makefile b/databases/py-pylibmc/Makefile
index 5a87c7c9b27f..de153af8761d 100644
--- a/databases/py-pylibmc/Makefile
+++ b/databases/py-pylibmc/Makefile
@@ -12,9 +12,9 @@ COMMENT= Quick and small memcached client for Python
LICENSE= BSD3CLAUSE
-LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached
-TEST_DEPENDS= memcached:${PORTSDIR}/databases/memcached \
- nosetests:${PORTSDIR}/devel/py-nose
+LIB_DEPENDS= libmemcached.so:databases/libmemcached
+TEST_DEPENDS= memcached:databases/memcached \
+ nosetests:devel/py-nose
USES= python
USE_PYTHON= autoplist distutils