diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 10:22:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 10:22:30 +0000 |
commit | 767209f72f43a353021a0aee2912b1993e148371 (patch) | |
tree | 6396c2e7a45e9ba766810da32df4f236c4f6cb2f /net-im/telepathy-gabble/Makefile | |
parent | 9cf5355c02e756d923228e0bc63530c687b8fdc7 (diff) |
Notes
Diffstat (limited to 'net-im/telepathy-gabble/Makefile')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index a0ce762b9ded..9f641baa7a4e 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -29,15 +29,12 @@ USE_OPENSSL= yes USE_PYTHON_BUILD= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt -MAN8= telepathy-gabble.8 - PLIST_SUB= PVERSION=${PORTVERSION} .if defined(WITH_OPENSSL_BASE) CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/lib/ext/wocky/configure |