diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-04-06 20:58:17 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-04-06 20:58:17 +0800 |
commit | 78a1c7f191225a2314b9555966ab33d2ea0d2950 (patch) | |
tree | 6344d642355ff94c16ff41e4ec12910c1c724946 /lang/petite-chez/Makefile | |
parent | 7df1703694528fe824e6266a0b05af000430245a (diff) | |
download | freebsd-ports-gnome-78a1c7f191225a2314b9555966ab33d2ea0d2950.tar.gz freebsd-ports-gnome-78a1c7f191225a2314b9555966ab33d2ea0d2950.tar.zst freebsd-ports-gnome-78a1c7f191225a2314b9555966ab33d2ea0d2950.zip |
- Fix to when used tool of update.
- BUMP PORTREVISION
Submitted by: Vitaly Magerya (vmagerya@gmail.com) (maintainer)
Approved by: itetcu (mentor, implicit)
Diffstat (limited to 'lang/petite-chez/Makefile')
-rw-r--r-- | lang/petite-chez/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/petite-chez/Makefile b/lang/petite-chez/Makefile index ed41677ce6fb..60032303f78b 100644 --- a/lang/petite-chez/Makefile +++ b/lang/petite-chez/Makefile @@ -7,6 +7,7 @@ PORTNAME= petite-chez PORTVERSION= 8.0 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://www.scheme.com/download/ \ http://tx97.net/pub/distfiles/ @@ -33,8 +34,6 @@ CONFIGURE_ARGS= --installprefix=${PREFIX} \ --force-relink \ --nogzip-man-pages \ -m=${CHEZ_MACHTYPE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -liconv" ALL_TARGET= build |