diff options
Diffstat (limited to 'devel/Gorm')
-rw-r--r-- | devel/Gorm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile index 0ee6c7c62f7..3aa17dda2f6 100644 --- a/devel/Gorm/Makefile +++ b/devel/Gorm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/02/05 23:08:38 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/06 06:21:43 reed Exp $ DISTNAME= Gorm-1.0.4 PKGREVISION= 1 @@ -9,8 +9,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnustep.org/ COMMENT= Graphical user interface builder for GNUstep -BUILDLINK_DEPENDS.gnustep-base+= gnustep-base>=1.11.1 -BUILDLINK_DEPENDS.gnustep-gui+= gnustep-gui>=0.10.1 +BUILDLINK_API_DEPENDS.gnustep-base+= gnustep-base>=1.11.1 +BUILDLINK_API_DEPENDS.gnustep-gui+= gnustep-gui>=0.10.1 NO_CONFIGURE= yes |