diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-04-27 10:46:39 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-04-27 10:46:39 +0000 |
commit | b038e15a90350fcf22c7fb8c57d226c76efe968d (patch) | |
tree | 045dfcd61379ef4ec51247077da7867ec02f1999 /lang/sagittarius-scheme/Makefile | |
parent | c5167c49ba2e934bffbaacba422b57db6393c037 (diff) | |
download | freebsd-ports-b038e15a90350fcf22c7fb8c57d226c76efe968d.zip |
- Update to 0.6.3
- Remove upstreamed diffs
- Add dependency on pkgconfig, required for detecting boehm-gc
Diffstat (limited to 'lang/sagittarius-scheme/Makefile')
-rw-r--r-- | lang/sagittarius-scheme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sagittarius-scheme/Makefile b/lang/sagittarius-scheme/Makefile index 8153feb7218b..b164ca46565c 100644 --- a/lang/sagittarius-scheme/Makefile +++ b/lang/sagittarius-scheme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sagittarius -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.3 CATEGORIES= lang MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ ${MASTER_SITE_LOCAL} @@ -20,7 +20,7 @@ LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi \ libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded USE_LDCONFIG= yes -USES= cmake gmake +USES= cmake gmake pkgconfig ONLY_FOR_ARCHS= amd64 i386 MAKE_JOBS_UNSAFE= yes |