From 6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 17 Apr 2004 19:12:38 +0000 Subject: - Fix configure warning PR: 65668 65669 65670 65671 65672 65673 Submitted by: Roman Neuhauser --- archivers/gzip/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'archivers/gzip') diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 0cd8c1ddd579..25abf4be636e 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -27,6 +27,7 @@ COMMENT= A compression utility designed to be a replacement for compress USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \ zgrep.1 zless.1 zmore.1 znew.1 -- cgit