diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-09 13:43:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-09 13:43:48 +0000 |
commit | b8de028caa15c339e1650b5f8ffd5c029dad3176 (patch) | |
tree | d6d270a0684f3be055e5d49fda12bde02ec6b23c /x11 | |
parent | bf5ac015798338ea44aca56a8854dd9fa1a1a837 (diff) | |
download | pkgsrc-b8de028caa15c339e1650b5f8ffd5c029dad3176.tar.gz |
COMMENT should be set in Makefile, not any common Makefile parts.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtoolkit/Makefile | 4 | ||||
-rw-r--r-- | x11/gtoolkit/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gtoolkit/Makefile b/x11/gtoolkit/Makefile index e50f345a3db..5e1b36e758d 100644 --- a/x11/gtoolkit/Makefile +++ b/x11/gtoolkit/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/09 05:19:27 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/11/09 13:43:48 wiz Exp $ # .include "Makefile.common" +COMMENT= Objective-C interface to the GTK+ widget set + BUILD_DIRS= ${WRKSRC}/GToolKit .include "../../x11/gtk/buildlink2.mk" diff --git a/x11/gtoolkit/Makefile.common b/x11/gtoolkit/Makefile.common index 96e2e6908f8..066ecd7094c 100644 --- a/x11/gtoolkit/Makefile.common +++ b/x11/gtoolkit/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2002/11/09 05:19:28 rh Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/11/09 13:43:48 wiz Exp $ # DISTNAME= gtoolkit-0.9.5 @@ -7,7 +7,6 @@ MASTER_SITES?= ftp://ftp.inf.uos.de/pub/elmar/gtk/objc-gtoolkit/ MAINTAINER?= packages@netbsd.org HOMEPAGE?= http://www.informatik.uni-osnabrueck.de/elmar/projects/gtoolkit/ -COMMENT?= Objective-C interface to the GTK+ widget set GNU_CONFIGURE= YES USE_BUILDLINK2= YES |