diff options
Diffstat (limited to 'sysutils/feather/Makefile')
-rw-r--r-- | sysutils/feather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/feather/Makefile b/sysutils/feather/Makefile index 8d8a39562a1e..3bdb6f68e67e 100644 --- a/sysutils/feather/Makefile +++ b/sysutils/feather/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Python script for managing tarsnap backups -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ - tarsnap>=0:${PORTSDIR}/sysutils/tarsnap +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \ + tarsnap>=0:sysutils/tarsnap USES= python NO_BUILD= yes |