diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index 3b0618a80652..383bb691086b 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -13,6 +13,8 @@ DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL wrapper around the gpgme library +LICENSE= BSD + LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme CFLAGS+= -I${LOCALBASE}/include @@ -21,7 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4