summaryrefslogtreecommitdiff
path: root/lang/racket/Makefile
diff options
context:
space:
mode:
authorjaapb <jaapb>2015-03-04 15:02:36 +0000
committerjaapb <jaapb>2015-03-04 15:02:36 +0000
commit0f86af92cbf02f6674687029a193b160df47b3be (patch)
tree3736d1cf3d21868a09b2bfbfca9e42dd1140ca7b /lang/racket/Makefile
parent5976cd062a3a2292d6498c6cb5e2dce687728971 (diff)
downloadpkgsrc-0f86af92cbf02f6674687029a193b160df47b3be.tar.gz
Update of racket ports to version 6.1.1. Coordinated with asau. Changes,
as per upstream changelog: - Bug repairs and other changes noted in the documentation - Changed use-before-definition to be an error instead of producing an #<undefined> value - Removed the mzlib/class100 library Also changed the racket port to use mk/jpeg.buildlink3.mk.
Diffstat (limited to 'lang/racket/Makefile')
-rw-r--r--lang/racket/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index 4da663a9372..604960e5425 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2014/10/07 16:47:28 adam Exp $
+# $NetBSD: Makefile,v 1.41 2015/03/04 15:02:36 jaapb Exp $
-PKGNAME= racket-6.0.1
-PKGREVISION= 2
+PKGNAME= racket-6.1.1
DISTNAME= $(PKGNAME_NOREV)-src
CATEGORIES= lang
MASTER_SITES_PLT= http://download.racket-lang.org/installers/$(PKGVERSION_NOREV)/ \
@@ -60,11 +59,11 @@ post-install:
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-
+.include "../../mk/jpeg.buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
PTHREAD_AUTO_VARS= yes
.include "../../mk/pthread.buildlink3.mk"