diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-10-19 22:56:40 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-10-19 22:56:40 +0800 |
commit | 065d665ad575c6b5918e3b7ae54eab47111917d0 (patch) | |
tree | f37b74ebc635965a5272d6fd1273663d4403af73 | |
parent | d626b39f84e2b45efd36723a8ebc929476f7d720 (diff) | |
download | freebsd-ports-gnome-065d665ad575c6b5918e3b7ae54eab47111917d0.tar.gz freebsd-ports-gnome-065d665ad575c6b5918e3b7ae54eab47111917d0.tar.zst freebsd-ports-gnome-065d665ad575c6b5918e3b7ae54eab47111917d0.zip |
- Add missing RUN_DEPENDS
-rw-r--r-- | www/py-surl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/py-surl/Makefile b/www/py-surl/Makefile index 829593e40d98..ac292a29b0aa 100644 --- a/www/py-surl/Makefile +++ b/www/py-surl/Makefile @@ -16,6 +16,7 @@ MAINTAINER= c-s@c-s.li COMMENT= URL shortening command line application BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson LICENSE= GPLv3 |