diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-15 20:16:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-15 20:16:41 +0000 |
commit | c4adfc34da99ef3279fc50aa679915e2a0f9c072 (patch) | |
tree | a0137f384322d8095b6c86f8be981a3cf68593b7 /chat/centericq/Makefile | |
parent | 6e5ab11a8f53b03653d1e2caa65ac2dd6af3b86f (diff) | |
download | pkgsrc-c4adfc34da99ef3279fc50aa679915e2a0f9c072.tar.gz |
Apply patch from Sergey Svishchev which should fix PR 34235.
Diffstat (limited to 'chat/centericq/Makefile')
-rw-r--r-- | chat/centericq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 096f834fe56..5ca4d916f7b 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2007/02/20 18:45:00 sborrill Exp $ +# $NetBSD: Makefile,v 1.66 2007/04/15 20:16:41 wiz Exp $ # DISTNAME= centericq-4.21.0 @@ -18,7 +18,6 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl --with-openssl=${SSLBASE:Q} -CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme}/bin/gpgme-config LIBS+= ${LDFLAGS} REPLACE_PERL= misc/cicqconv |