summaryrefslogtreecommitdiff
path: root/lang/ccscript/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /lang/ccscript/Makefile
parentUnbreak: make it fetchable again (diff)
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156749
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r--lang/ccscript/Makefile7
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>