diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /lang/ccscript | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'lang/ccscript')
-rw-r--r-- | lang/ccscript/Makefile | 7 | ||||
-rw-r--r-- | lang/ccscript/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index b127e8e3e58d..0dd68cf2acbe 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -7,7 +7,7 @@ PORTNAME= ccscript PORTVERSION= 2.5.8 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony @@ -18,7 +18,7 @@ COMMENT= State-event driven class extendible C++ script interpreter LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes USE_GCC= 3.4 INSTALL_TARGET= install man INSTALLS_SHLIB= yes @@ -33,7 +33,4 @@ MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ CFLAGS+= -fPIC .endif -pre-configure: - @${CP} ${LTMAIN} ${WRKSRC}/config - .include <bsd.port.post.mk> diff --git a/lang/ccscript/pkg-plist b/lang/ccscript/pkg-plist index 2435992017d0..a48e203cb4e2 100644 --- a/lang/ccscript/pkg-plist +++ b/lang/ccscript/pkg-plist @@ -1,6 +1,7 @@ bin/ccscript include/cc++2/cc++/script.h lib/libccscript2.a +lib/libccscript2.la lib/libccscript2.so lib/libccscript2-0.6.so lib/libccscript2-0.6.so.3 |