1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Update LIB_DEPENDS (to match new libs in commoncpp)

- Fix CONFIGURE_ENV (noticed by ade)
- Remove gratuitous blank line
This commit is contained in:
Chris D. Faulhaber 2000-09-18 12:55:32 +00:00
parent 8d134d5311
commit 01262eb02a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32804

View File

@ -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 \