diff -bBru /tmp/Makefile ./ --- /tmp/Makefile 2011-07-03 07:39:40.000000000 -0400 +++ ./Makefile 2011-08-18 10:08:19.000000000 -0400 @@ -6,6 +6,8 @@ PORTNAME= libgcrypt PORTVERSION= 1.5.0 +PORTREVISION= 1 + CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +19,8 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB -LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error +BUILD_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error +RUN_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes USE_AUTOTOOLS= libtool