summaryrefslogtreecommitdiff
path: root/lang/ccscript
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-18 12:55:32 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-18 12:55:32 +0000
commit01262eb02a8f9b8e1d02cf1fe3e841676a59779b (patch)
tree9d5f8f612adfc719f96a3980b8e089493f235b7f /lang/ccscript
parentUse bsd.python.mk. (diff)
- Update LIB_DEPENDS (to match new libs in commoncpp)
- Fix CONFIGURE_ENV (noticed by ade) - Remove gratuitous blank line
Notes
Notes: svn path=/head/; revision=32804
Diffstat (limited to 'lang/ccscript')
-rw-r--r--lang/ccscript/Makefile4
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 \