diff options
author | cjep <cjep@pkgsrc.org> | 2002-09-29 12:04:30 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-09-29 12:04:30 +0000 |
commit | 5af1a28f6b1d507fc1a12d09253e0a24f87149f2 (patch) | |
tree | ad66fc24de6c084790d692c792b9e8aa5864ed1b /net/wu-ftpd | |
parent | a9753b38598781a18f5c7cf5860348835b862009 (diff) | |
download | pkgsrc-5af1a28f6b1d507fc1a12d09253e0a24f87149f2.tar.gz |
Use CONFIG_{GUESS,SUB}_OVERRIDE so that this builds on mipsel (and probably
others).
Diffstat (limited to 'net/wu-ftpd')
-rw-r--r-- | net/wu-ftpd/Makefile | 5 |
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" |