diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-27 16:21:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-27 16:21:51 +0800 |
commit | 91f1469b124581d9897e37cf0069865f3906794a (patch) | |
tree | 09dc0909a2dbfdc0881ae6c8d8fac7ee4d9f07f2 /lang/ccscript | |
parent | 71845d7a302f417d0e402d22e15e86ecf66b14ab (diff) | |
download | freebsd-ports-gnome-91f1469b124581d9897e37cf0069865f3906794a.tar.gz freebsd-ports-gnome-91f1469b124581d9897e37cf0069865f3906794a.tar.zst freebsd-ports-gnome-91f1469b124581d9897e37cf0069865f3906794a.zip |
ccio shared library now called libccio.so.0, not libccio-1.2.so.0.
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 |