diff options
-rw-r--r-- | devel/log4c/Makefile | 6 | ||||
-rw-r--r-- | devel/log4c/pkg-plist | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index 369a7da7e87e..44d0b5414e8f 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -8,7 +8,7 @@ PORTNAME= log4c PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cimai.com/opensource/log4c/ @@ -19,8 +19,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 USE_LIBTOOL= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/devel/log4c/pkg-plist b/devel/log4c/pkg-plist index 0d66ef400ea4..10401e499681 100644 --- a/devel/log4c/pkg-plist +++ b/devel/log4c/pkg-plist @@ -14,9 +14,8 @@ include/log4c/location_info.h include/log4c/logging_event.h include/log4c/priority.h include/log4c/version.h -@dirrm include/log4c lib/liblog4c.a -lib/liblog4c.la lib/liblog4c.so lib/liblog4c.so.1 share/aclocal/log4c.m4 +@dirrm include/log4c |