diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-06 12:58:17 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-06 12:58:17 +0000 |
commit | c4569da8b5bb5a30fbfb6e9b641c8ccc3ffd2039 (patch) | |
tree | c5ea2fb86a55f7f3495ba606ef7d72876b099e1d /lang | |
parent | 03ae0408b632202c71cc3142ccbe8335bfeddf81 (diff) | |
download | ports-c4569da8b5bb5a30fbfb6e9b641c8ccc3ffd2039.tar.gz ports-c4569da8b5bb5a30fbfb6e9b641c8ccc3ffd2039.zip |
Notes
Diffstat (limited to 'lang')
-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 |