diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-24 18:15:38 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-24 18:15:38 +0000 |
commit | 44a9b8aa2d32ab7c0f782723a197bd37d5b086c7 (patch) | |
tree | 725a30445451693342fbe4fb2d4edbfee8e9318b /lang/ccscript/Makefile | |
parent | - Update to 0.8.8d (0.8.8.4) (diff) |
- Chase devel/commoncpp update
Reported by: erwin
Forgotten by: me (one more time)
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 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 |