diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arj/Makefile | 1 | ||||
-rw-r--r-- | archivers/dact/Makefile | 1 | ||||
-rw-r--r-- | archivers/gzip/Makefile | 1 | ||||
-rw-r--r-- | archivers/par2cmdline/Makefile | 1 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 1 | ||||
-rw-r--r-- | archivers/ucl/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 2b7c60e32356..c1def766a7e5 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -18,6 +18,7 @@ COMMENT= Open-source ARJ USE_REINPLACE= yes USE_AUTOCONF_VER= 253 USE_GMAKE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/gnu CONFIGURE_ENV= CFLAGS="-fPIC" MAKEFILE= GNUmakefile diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index a795369fe053..13e074451976 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" 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 diff --git a/archivers/par2cmdline/Makefile b/archivers/par2cmdline/Makefile index a1811a95ffc6..df0c1a8aaad0 100644 --- a/archivers/par2cmdline/Makefile +++ b/archivers/par2cmdline/Makefile @@ -18,6 +18,7 @@ COMMENT= Tools for using Parity v2 Archive files WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-install: .if !defined(NOPORTDOCS) diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 096fe0c16950..73e74370980d 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= tardy.1 PLIST_FILES= bin/tardy diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 77a84071b6b2..d37f1254eccb 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -16,6 +16,7 @@ COMMENT= A data compression library with low memory usage during decompression INSTALLS_SHLIB= yes USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --enable-shared +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PORTDOCS= COPYING README |