summaryrefslogtreecommitdiff
path: root/devel/Gorm/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2004-04-11 00:05:24 +0000
committerrh <rh@pkgsrc.org>2004-04-11 00:05:24 +0000
commita37d2cc448011f6a20cdf9667263a121617880fd (patch)
tree4e46c35f85d39b5a265e3cc8c7a8717068e2f96d /devel/Gorm/Makefile
parent8c8288786f3f1074abd7ad689506af8ca528c240 (diff)
downloadpkgsrc-a37d2cc448011f6a20cdf9667263a121617880fd.tar.gz
Update Gorm to 0.6.0.
Noteworthy changes in version `0.6.0' ===================================== * Several major bugs corrected. * Clarified some of the inspectors * Menu items are now properly enabled/disabled when appropriate * More descriptive title displayed when a class is being edited.
Diffstat (limited to 'devel/Gorm/Makefile')
-rw-r--r--devel/Gorm/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile
index 7265e76b418..39c72e5585f 100644
--- a/devel/Gorm/Makefile
+++ b/devel/Gorm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:37 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/11 00:05:24 rh Exp $
#
-DISTNAME= Gorm-0.4.0
-PKGREVISION= 3
+DISTNAME= Gorm-0.6.0
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/}
@@ -10,12 +9,10 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= Graphical user interface builder for GNUstep
-USE_BUILDLINK2= YES
-USE_GNU_TOOLS+= make
-USE_X11= YES
-MAKEFILE= GNUmakefile
-NO_CONFIGURE= YES
+USE_BUILDLINK3= yes
+USE_X11= yes
+NO_CONFIGURE= yes
-.include "../../x11/gnustep-back/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../x11/gnustep-back/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"