diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-11-01 20:44:40 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-11-01 20:44:40 +0000 |
commit | 93b6c8b2b1825fbb68d3e85e81c9030b5f1f3bdb (patch) | |
tree | 126f9035293219941147aa4df1b7e84337ab2c21 /lang/ccscript/Makefile | |
parent | Update to 3.5.2 (diff) |
Update to version 1.2.5
Submitted by: MAINTAINER
Diffstat (limited to 'lang/ccscript/Makefile')
-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 64bd7a60e3cf..05be7aaa5d4c 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -6,13 +6,13 @@ # PORTNAME= ccscript -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.5 CATEGORIES= lang MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/ MAINTAINER= dyfet@gnu.org -LIB_DEPENDS= ccio.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp USE_GMAKE= yes USE_LIBTOOL= yes |