diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-01 21:59:34 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-01 21:59:34 +0000 |
commit | 8e768c8949edc5e53a3d305a3d7442bd8517fef3 (patch) | |
tree | f86862102612f0ceb1640e6fbc0ac348d0c7993f /lang/qscheme/Makefile | |
parent | eda87cdd9958c2f97a7864654db6983097ddcd70 (diff) |
Notes
Diffstat (limited to 'lang/qscheme/Makefile')
-rw-r--r-- | lang/qscheme/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 96299f9dfbb5..df1352f986a2 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -7,7 +7,7 @@ PORTNAME= qscheme PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang scheme MASTER_SITES= http://www.sof.ch/dan/qscheme/files/ @@ -20,8 +20,6 @@ LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline GNU_CONFIGURE= yes USE_GMAKE= yes -#USE_AUTOCONF= yes -USE_GCC= 2.95 USE_REINPLACE= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" @@ -42,7 +40,7 @@ post-patch: .if ${OSVERSION} >= 500000 BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 -CONFIGURE_ARGS+= --with-gmp-lib=${LOCALBASE}/lib \ +CONFIGURE_ARGS+= --with-gmp-dir=${LOCALBASE}/lib \ --with-gmp-inc=${LOCALBASE}/include .endif |