diff options
author | nork <nork@FreeBSD.org> | 2002-11-23 15:18:47 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-23 15:18:47 +0000 |
commit | 0592218733f5529bc6e5dc35d116080c7ced1b52 (patch) | |
tree | a3f772a8efda4336b5bd56970009d7f9b0c6dd26 /devel/log4c/Makefile | |
parent | d2405e8e9bf08dc0052d65e9e70e03a746b40c5c (diff) | |
download | FreeBSD-ports-0592218733f5529bc6e5dc35d116080c7ced1b52.zip FreeBSD-ports-0592218733f5529bc6e5dc35d116080c7ced1b52.tar.gz |
Update to 1.0.10.
PR: ports/45621
Submitted by: Ports Fury
Diffstat (limited to 'devel/log4c/Makefile')
-rw-r--r-- | devel/log4c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index cf17441..2d3c67e 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -7,7 +7,7 @@ # PORTNAME= log4c -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cimai.com/opensource/log4c/ @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes |