diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-25 02:15:38 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-25 02:15:38 +0800 |
commit | 44a9b8aa2d32ab7c0f782723a197bd37d5b086c7 (patch) | |
tree | 725a30445451693342fbe4fb2d4edbfee8e9318b /lang | |
parent | fe1f0620a1debeae15cc854663c6ba234b2f00e2 (diff) | |
download | freebsd-ports-gnome-44a9b8aa2d32ab7c0f782723a197bd37d5b086c7.tar.gz freebsd-ports-gnome-44a9b8aa2d32ab7c0f782723a197bd37d5b086c7.tar.zst freebsd-ports-gnome-44a9b8aa2d32ab7c0f782723a197bd37d5b086c7.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 |