diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-10-06 17:54:43 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-10-06 17:54:43 +0000 |
commit | 3039a053d6cfe300ec0a39aec4699834b30d298f (patch) | |
tree | 2542670c9031db1166f7de2b23c8fab4ddc1bfc4 /lang/ccscript/Makefile | |
parent | - Depend on and link against wxgtk26-unicode instead of the ANSI version. [1] (diff) |
- Fix LIB_DEPENDS. The devel/commoncpp port was updated
- Bump PORTREVISION
Reported by: kris
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 |