aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-cryptofs/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-15 02:42:04 +0800
committerbapt <bapt@FreeBSD.org>2014-07-15 02:42:04 +0800
commit2c6a3135268f227c2f016b08155f35b56c7fbd99 (patch)
tree3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /sysutils/fusefs-cryptofs/Makefile
parent92158ef1a1b16aa6f359266ab3492fc06838b525 (diff)
downloadfreebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.gz
freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.zst
freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.zip
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'sysutils/fusefs-cryptofs/Makefile')
-rw-r--r--sysutils/fusefs-cryptofs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-cryptofs/Makefile b/sysutils/fusefs-cryptofs/Makefile
index 4463074c09a6..ecfe826f06ab 100644
--- a/sysutils/fusefs-cryptofs/Makefile
+++ b/sysutils/fusefs-cryptofs/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= ports@FreeBSD.org
COMMENT= A encrypted filesystem for FUSE
-LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
- glib-2.0:${PORTSDIR}/devel/glib20
+LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+ libglib-2.0.so:${PORTSDIR}/devel/glib20
USE_BZIP2= yes
GNU_CONFIGURE= yes