summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorcjep <cjep>2002-09-29 12:04:30 +0000
committercjep <cjep>2002-09-29 12:04:30 +0000
commit81b477ad160d8e30e6a76fd12f38f6d07f907c34 (patch)
treead66fc24de6c084790d692c792b9e8aa5864ed1b /net
parent4bdc5c5716c3424bca7fe13ad472a087861839c0 (diff)
downloadpkgsrc-81b477ad160d8e30e6a76fd12f38f6d07f907c34.tar.gz
Use CONFIG_{GUESS,SUB}_OVERRIDE so that this builds on mipsel (and probably
others).
Diffstat (limited to 'net')
-rw-r--r--net/wu-ftpd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile
index 2c3cf577ebb..aba088b0e05 100644
--- a/net/wu-ftpd/Makefile
+++ b/net/wu-ftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/12/03 09:30:36 abs Exp $
+# $NetBSD: Makefile,v 1.21 2002/09/29 12:04:30 cjep Exp $
# FreeBSD Id: Makefile,v 1.16 1997/12/24 17:45:28 ache Exp
#
@@ -37,6 +37,9 @@ CONFLICTS+= lukemftpd-[0-9]*
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--enable-quota --enable-noop --enable-skey
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
+
DIST_SUBDIR= wu-ftpd
.include "../../mk/bsd.prefs.mk"