diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-18 12:55:32 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-18 12:55:32 +0000 |
commit | 01262eb02a8f9b8e1d02cf1fe3e841676a59779b (patch) | |
tree | 9d5f8f612adfc719f96a3980b8e089493f235b7f /lang/ccscript | |
parent | 8d134d5311691beaca6add411963e6c7f0141ef3 (diff) | |
download | ports-01262eb02a8f9b8e1d02cf1fe3e841676a59779b.tar.gz ports-01262eb02a8f9b8e1d02cf1fe3e841676a59779b.zip |
Notes
Diffstat (limited to 'lang/ccscript')
-rw-r--r-- | lang/ccscript/Makefile | 4 |
1 files 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 \ |