diff options
Diffstat (limited to '')
-rw-r--r-- | lang/ccscript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 7ddba1600379..f1619cc2493a 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -7,6 +7,7 @@ PORTNAME= ccscript PORTVERSION= 2.5.9 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= gnutelephony MAINTAINER= acm@FreeBSD.org COMMENT= State-event driven class extendible C++ script interpreter -LIB_DEPENDS= ccgnu2-1.4.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.5.0:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget GNU_CONFIGURE= yes |