aboutsummaryrefslogtreecommitdiff
path: root/security/revelation
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-10 22:01:04 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-10 22:01:04 +0000
commitba5921dac6756bfa92f69cfb86154dc3b574d923 (patch)
tree4002cbc05c1774b5333c1b2ef103aadcc0bb8501 /security/revelation
parent4782debab5b0d2916c1021ddfc98168b307553f3 (diff)
downloadports-ba5921dac6756bfa92f69cfb86154dc3b574d923.tar.gz
ports-ba5921dac6756bfa92f69cfb86154dc3b574d923.zip
Fix a typo
Bump portrevision as RUN_DEPENDS have changed
Notes
Notes: svn path=/head/; revision=367899
Diffstat (limited to 'security/revelation')
-rw-r--r--security/revelation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/revelation/Makefile b/security/revelation/Makefile
index c7065cc24a7d..709c019cf04d 100644
--- a/security/revelation/Makefile
+++ b/security/revelation/Makefile
@@ -3,7 +3,7 @@
PORTNAME= revelation
PORTVERSION= 0.4.14
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security gnome
MASTER_SITES= https://bitbucket.org/erikg/revelation/downloads/
@@ -15,7 +15,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \
${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib
-RUN_DEPENDS:= ${BULID_DEPENDS} \
+RUN_DEPENDS:= ${BUILD_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}cracklib>0:${PORTSDIR}/security/py-cracklib
USES= desktop-file-utils gettext gmake pathfix pkgconfig python \