diff options
author | rh <rh@pkgsrc.org> | 2006-05-28 00:26:26 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2006-05-28 00:26:26 +0000 |
commit | 4b2d28c8af0536e8496b731b16e0f52a5bc29168 (patch) | |
tree | 4f7f02f7c6e247f50b4943c439b43d76a2bf1637 /x11/gtoolkit | |
parent | 6fa5d35df0d76b6adb6b1d56c44fb60ba2504181 (diff) | |
download | pkgsrc-4b2d28c8af0536e8496b731b16e0f52a5bc29168.tar.gz |
Add USE_LANGUAGES= objc
Diffstat (limited to 'x11/gtoolkit')
-rw-r--r-- | x11/gtoolkit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtoolkit/Makefile b/x11/gtoolkit/Makefile index 415cd8d931e..fca26f840af 100644 --- a/x11/gtoolkit/Makefile +++ b/x11/gtoolkit/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:03 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/28 00:26:27 rh Exp $ # .include "Makefile.common" PKGREVISION= 10 COMMENT= Objective-C interface to the GTK+ widget set +USE_LANGUAGES= objc + BUILD_DIRS= ${WRKSRC}/GToolKit .include "../../x11/gtk/buildlink3.mk" |