mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Convert to the new LIB_DEPENDS format.
- Replace USE_GMAKE by USES=gmake. - Remove setting for FreeBSD 7.x and earlier which we no longer support. Approved by: portmgr (generic pre-approval)
This commit is contained in:
parent
47452dcb43
commit
823d7e313f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346616
@ -13,12 +13,12 @@ MASTER_SITES= http://launchpad.net/ikarus/0.0/${PORTVERSION}/+download/ \
|
||||
MAINTAINER= vmagerya@gmail.com
|
||||
COMMENT= Optimizing incremental native-code compiler for R6RS Scheme
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
||||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
||||
|
||||
# Both install bin/scheme-script
|
||||
CONFLICTS= petite-chez-*
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=\
|
||||
CFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -37,8 +37,4 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in \
|
||||
${FILESDIR}/extra-patch-doc__Makefile.in
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 700042
|
||||
USE_GCC= 4.2+
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user