diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-11 06:01:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-11 06:01:04 +0800 |
commit | 01079d59434376eae608c2316b714e097521ee5d (patch) | |
tree | 4002cbc05c1774b5333c1b2ef103aadcc0bb8501 /security/revelation | |
parent | ef6e702c336edf493c4738312f61c57b6e9f260b (diff) | |
download | freebsd-ports-gnome-01079d59434376eae608c2316b714e097521ee5d.tar.gz freebsd-ports-gnome-01079d59434376eae608c2316b714e097521ee5d.tar.zst freebsd-ports-gnome-01079d59434376eae608c2316b714e097521ee5d.zip |
Fix a typo
Bump portrevision as RUN_DEPENDS have changed
Diffstat (limited to 'security/revelation')
-rw-r--r-- | security/revelation/Makefile | 4 |
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 \ |