summaryrefslogtreecommitdiff
path: root/chat/centericq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/centericq/Makefile')
-rw-r--r--chat/centericq/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index d1ab2201367..9711df9871a 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.59 2006/03/04 21:29:02 jlam Exp $
+# $NetBSD: Makefile,v 1.60 2006/10/01 13:56:00 rillig Exp $
#
DISTNAME= centericq-4.21.0
-CATEGORIES= chat
PKGREVISION= 2
+CATEGORIES= chat
MASTER_SITES= http://konst.org.ua/download/ \
http://centericq.de/archive/source/releases/
EXTRACT_SUFX= .tar.bz2
@@ -18,7 +18,7 @@ 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
+CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme}/bin/gpgme-config
LIBS+= ${LDFLAGS}
REPLACE_PERL= misc/cicqconv
@@ -33,13 +33,12 @@ INCOMPAT_CURSES+= NetBSD-2.*-* NetBSD-3.*-* # see PR 29060
CPPFLAGS+= -DAUDIO_PLAYER="\"/usr/bin/audioplay\""
.else
DEPENDS+= sox>=12.17.4:../../audio/sox
-SOX_PREFIX_DEFAULT= ${LOCALBASE}
EVAL_PREFIX+= SOX_PREFIX=sox
CPPFLAGS+= -DAUDIO_PLAYER="\"${SOX_PREFIX}/bin/play\""
.endif
.if !empty(MACHINE_ARCH:Msparc64)
-GCC_REQD+= 3.0 # see PR 29185
+GCC_REQD+= 3.0 # see PR 29185
.endif
.include "../../converters/libiconv/buildlink3.mk"