diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-17 23:46:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-17 23:46:46 +0000 |
commit | 5fee78cccb47a426239ed1e375025cbddd84ea38 (patch) | |
tree | fa6c1d5cdec6e42129c1fd9f9970fd3f80e9179d /chat/pidgin-silc/Makefile | |
parent | e904333ebc70bccc5bbc3ce0cd5fd93b17212bb7 (diff) | |
download | pkgsrc-5fee78cccb47a426239ed1e375025cbddd84ea38.tar.gz |
catch up with pidgin-2.4.2
Diffstat (limited to 'chat/pidgin-silc/Makefile')
-rw-r--r-- | chat/pidgin-silc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chat/pidgin-silc/Makefile b/chat/pidgin-silc/Makefile index 8e69795c205..6d1f3dfeb0a 100644 --- a/chat/pidgin-silc/Makefile +++ b/chat/pidgin-silc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/04/05 02:41:05 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2008/05/17 23:46:46 tnn Exp $ # PKGNAME= pidgin-silc-${PIDGIN_VERSION} @@ -8,10 +8,6 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../chat/libpurple/Makefile.common" -CONFIGURE_ARGS+= --disable-gevolution -CONFIGURE_ARGS+= --disable-gtkui -CONFIGURE_ARGS+= --disable-consoleui - USE_TOOLS+= msgfmt BUILD_DIRS= libpurple/protocols/silc |