diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-01-01 06:48:05 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-01-01 06:48:05 +0000 |
commit | 9b7e4ac10b477878261650f951d74e2ca93a82e0 (patch) | |
tree | f92f42511e92a5cd216a169d0c7684535037a44e /lang/ccscript/Makefile | |
parent | There is also a run-time dependancy on libvc. (diff) |
. Update to 2.5.6.
Diffstat (limited to '')
-rw-r--r-- | lang/ccscript/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 8799cf174659..c98d6e1d4765 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ccscript -PORTVERSION= 2.4.3 +PORTVERSION= 2.5.6 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ccscript @@ -19,15 +19,16 @@ LIB_DEPENDS= ccgnu2-1.0.0:${PORTSDIR}/devel/commoncpp USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOCONF= yes +WANT_AUTOCONF_VER= 257 INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_TARGET= MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \ Script_Package.3cc Script_Property.3cc Script_Session.3cc post-install: - (cd ${WRKSRC} ; make man) + (cd ${WRKSRC} ; ${MAKE} man) .include <bsd.port.mk> |