summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-10-19 14:56:40 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-10-19 14:56:40 +0000
commit58a08fdb6df38adfaa74447691bfcab0beccd7cd (patch)
treec20a77d9d0ba8a2775801ea1b0f49e6db55c41bc /www
parentsurl is a URL shortening command line application that supports (diff)
- Add missing RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=263289
Diffstat (limited to 'www')
-rw-r--r--www/py-surl/Makefile1
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