diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-14 15:19:35 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-14 15:19:35 +0000 |
commit | e9862abca826dfa3b6e3609e75ebdaf6a7c22925 (patch) | |
tree | 75a444dbf5857eb644ca38f9b009f95d2eb51fe0 /lang/ccscript/Makefile | |
parent | - Add net/ilbc dependency to LIB_DEPENDS. It permit to compile twinkle with (diff) |
- Update to 2.5.9
- Fix devel/commoncpp on LIB_DEPENDS [1]
- Fix pkg-plist
- Use USE_LDCONFIG instead of INSTALL_SHLIB
- Take maintanership
Reported by: kris [1]
Approved by: garga (mentor)
Diffstat (limited to '')
-rw-r--r-- | lang/ccscript/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 0dd68cf2acbe..7ddba1600379 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -6,22 +6,21 @@ # PORTNAME= ccscript -PORTVERSION= 2.5.8 -PORTREVISION= 1 +PORTVERSION= 2.5.9 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acm@FreeBSD.org COMMENT= State-event driven class extendible C++ script interpreter -LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.4.0:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget GNU_CONFIGURE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ INSTALL_TARGET= install man -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \ |