diff options
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r-- | lang/ccscript/Makefile | 7 |
1 files changed, 2 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> |