diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-19 23:47:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-19 23:47:20 +0800 |
commit | fd4dc729a89159c1d01a735066274256de14348c (patch) | |
tree | ed0bef85150510141ba185befc932fa2341a4260 /security/libotr3 | |
parent | 302ec16ee0141c7aacc2217c6b326e8f488bc6d0 (diff) | |
download | freebsd-ports-gnome-fd4dc729a89159c1d01a735066274256de14348c.tar.gz freebsd-ports-gnome-fd4dc729a89159c1d01a735066274256de14348c.tar.zst freebsd-ports-gnome-fd4dc729a89159c1d01a735066274256de14348c.zip |
- Remove dependency on pkgconf
- Convert to USES=pathfix to avoid patching Makefile.am which may cause
automake to run
- Remove USE_AUTOTOOLS
Diffstat (limited to 'security/libotr3')
-rw-r--r-- | security/libotr3/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/security/libotr3/Makefile b/security/libotr3/Makefile index 3667ce25a805..d3efe1c06176 100644 --- a/security/libotr3/Makefile +++ b/security/libotr3/Makefile @@ -2,8 +2,6 @@ PORTNAME= libotr PORTVERSION= 3.2.1 -# Please do not bump PORTREVISION for this port unless you have -# confirmed via testing that it is necessary PORTREVISION= 3 CATEGORIES= security net-im net MASTER_SITES= http://www.c-s.li/ports/ \ @@ -17,23 +15,17 @@ COMMENT= Portable OTR Messaging Library and toolkit LICENSE= LGPL21 -BUILD_DEPENDS= pkgconf:${PORTSDIR}/devel/pkgconf LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \ libgcrypt.so:${PORTSDIR}/security/libgcrypt CONFLICTS= libotr-* -USE_AUTOTOOLS= autoconf -USES= libtool cpe GNU_CONFIGURE= yes +USES= cpe libtool pathfix USE_LDCONFIG= yes CPE_VENDOR= cypherpunks verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc -post-patch: - @${REINPLACE_CMD} -e 's#^pkgconfigdir .*#pkgconfigdir = ${PREFIX}/libdata/pkgconfig#' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am - .include <bsd.port.mk> |