diff options
author | acm <acm@FreeBSD.org> | 2007-12-25 02:15:38 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-12-25 02:15:38 +0800 |
commit | 00a944aa1a356f30039f805a1823f31dd2411156 (patch) | |
tree | 1b92cfe9ce2b167003336acafd30964c8e82054e /lang | |
parent | 3cada18703398271da32196193346549727caec3 (diff) | |
download | freebsd-ports-gnome-00a944aa1a356f30039f805a1823f31dd2411156.tar.gz freebsd-ports-gnome-00a944aa1a356f30039f805a1823f31dd2411156.tar.zst freebsd-ports-gnome-00a944aa1a356f30039f805a1823f31dd2411156.zip |
- Chase devel/commoncpp update
Reported by: erwin
Forgotten by: me (one more time)
Diffstat (limited to 'lang')
-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 203b2a01159b..98583f950454 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -7,6 +7,7 @@ PORTNAME= ccscript PORTVERSION= 1.1.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GNU @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME:S/$/3/}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= State-event driven class extendible C++ script interpreter -LIB_DEPENDS= ccgnu2-1.5.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget |