From b03b1b26844b6feca6b74d0e605d73978bc9879c Mon Sep 17 00:00:00 2001 From: jedgar Date: Mon, 18 Sep 2000 12:55:32 +0000 Subject: - Update LIB_DEPENDS (to match new libs in commoncpp) - Fix CONFIGURE_ENV (noticed by ade) - Remove gratuitous blank line --- lang/ccscript/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 1abaf8caeffb..bdf45d774558 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -12,14 +12,14 @@ MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/ MAINTAINER= dyfet@gnu.org -LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccio-1.2.0:${PORTSDIR}/devel/commoncpp USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOCONF= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib -lpthread" +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ -- cgit