summaryrefslogtreecommitdiff
path: root/lang/ccscript/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-02-19 17:17:06 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-02-19 17:17:06 +0000
commit7b00c80ee875601d3c49de65d6e57d5485acf8a6 (patch)
treec312eeb2ffbebd57c9bd57890bdaf54550003db0 /lang/ccscript/Makefile
parent- Chase MASTERSITES (diff)
Update to 2.5.7 and unbreak.
PR: ports/77650 Submitted by: Johan van Selst
Notes
Notes: svn path=/head/; revision=129286
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r--lang/ccscript/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile
index 3635a5549448..009635dbed53 100644
--- a/lang/ccscript/Makefile
+++ b/lang/ccscript/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= ccscript
-PORTVERSION= 2.5.6
-PORTREVISION= 1
+PORTVERSION= 2.5.7
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
-MASTER_SITE_SUBDIR= ccaudio/:gnu \
+MASTER_SITE_SUBDIR= ccscript/:gnu \
bayonne/:sf
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu \
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf
@@ -25,14 +24,10 @@ USE_GNOME= gnometarget
GNU_CONFIGURE= yes
INSTALL_TARGET= install man
INSTALLS_SHLIB= yes
+USE_LIBTOOL_VER= 15
MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \
ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \
Script_Package.3cc Script_Property.3cc Script_Session.3cc
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 503001
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>