diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
commit | 8adc2e3d29caea6a5b7a4e1d20392df0c59e3996 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /security/gpass/Makefile | |
parent | b3bf612f5d1af0bb5c9a69f87df28e8b6bbb7c9f (diff) | |
download | freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.gz freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.zst freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.zip |
Fix some _DEPENDS
Diffstat (limited to 'security/gpass/Makefile')
-rw-r--r-- | security/gpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index b9ebbb39839c..9ac264213c94 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -3,14 +3,14 @@ PORTNAME= gpass PORTVERSION= 0.5.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security gnome MASTER_SITES= http://projects.netlab.jp/gpass/release/ MAINTAINER= ports@FreeBSD.org COMMENT= Password manager for GNOME2 -LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/mcrypt \ +LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ libmhash.so:${PORTSDIR}/security/mhash GNU_CONFIGURE= yes |