diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-27 08:21:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-27 08:21:51 +0000 |
commit | e853261cb1b1d7a0da25e243a61f683ade1a14de (patch) | |
tree | eef9a5cc547eff0a658939633fb44fc0c8e9b5a8 /lang/ccscript | |
parent | 8cdc75ac20940b5c06169707fbff887c62546801 (diff) |
ccio shared library now called libccio.so.0, not libccio-1.2.so.0.
Notes
Notes:
svn path=/head/; revision=33181
Diffstat (limited to 'lang/ccscript')
-rw-r--r-- | lang/ccscript/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index bdf45d774558..64bd7a60e3cf 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/ MAINTAINER= dyfet@gnu.org -LIB_DEPENDS= ccio-1.2.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccio.0:${PORTSDIR}/devel/commoncpp USE_GMAKE= yes USE_LIBTOOL= yes |