diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-08 21:58:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-08 21:58:47 +0000 |
commit | c134122136cd73721054a70c7d85a57922d9d60e (patch) | |
tree | 932bf135b0ca0bbe1263e87dba103ecd5c3d567c /chat | |
parent | e528a3d5ede483a9e3ab9c9cd4867aff80037b26 (diff) | |
download | pkgsrc-c134122136cd73721054a70c7d85a57922d9d60e.tar.gz |
This package has GNU and non-GNU configure scripts.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/jabberd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chat/jabberd/Makefile b/chat/jabberd/Makefile index fdccacbaa87..f1fadd64c51 100644 --- a/chat/jabberd/Makefile +++ b/chat/jabberd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/10/04 20:50:46 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2006/10/08 21:58:47 rillig Exp $ # DISTNAME= jabber-1.4.2 @@ -15,8 +15,10 @@ CONFLICTS= jabberd2-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -HAS_CONFIGURE= yes -USE_TOOLS+= gmake +# A self-made configure script, and GNU ones in subdirectories. +HAS_CONFIGURE= yes +OVERRIDE_GNU_CONFIG_SCRIPTS= yes +USE_TOOLS+= gmake CONFIGURE_ARGS+= --enable-ssl CONFIGURE_ENV+= prefix=${PREFIX} |