summaryrefslogtreecommitdiff
path: root/devel/Gorm/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2011-04-07 02:20:30 +0000
committerrh <rh@pkgsrc.org>2011-04-07 02:20:30 +0000
commitf611cf0016411caf46bc2c4f4e3bdc951c9b973f (patch)
tree057dc789d6a42fde91b954b7c7bf8a07ec514c1b /devel/Gorm/Makefile
parentca4c6d1d9ac45a2aa4545780ae26c6555407395a (diff)
downloadpkgsrc-f611cf0016411caf46bc2c4f4e3bdc951c9b973f.tar.gz
Update Gorm to 1.2.12. Notable changes include:
* Added a DO server which allows modification of internal data structures using a simple interface. * Tooltips now show the object name and the object type for informational purposes. * Opens default document when using NSWindows95InterfaceStyle. * Correction for some nib loading issues. * Limited support for standalone views. * Fixes for various bugs.
Diffstat (limited to 'devel/Gorm/Makefile')
-rw-r--r--devel/Gorm/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile
index 872fe6c299d..76972cb5fc3 100644
--- a/devel/Gorm/Makefile
+++ b/devel/Gorm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2010/01/24 13:26:09 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2011/04/07 02:20:30 rh Exp $
-DISTNAME= gorm-1.2.8
-PKGNAME= Gorm-1.2.8
-PKGREVISION= 1
+DISTNAME= gorm-1.2.12
+PKGNAME= Gorm-1.2.12
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/}
@@ -16,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= objc
NO_CONFIGURE= yes
-MAKE_JOBS_SAFE= no
MAKE_FILE= GNUmakefile
.include "../../x11/gnustep-back/buildlink3.mk"