diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-22 05:10:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-22 05:10:54 +0000 |
commit | bf2ffdf13c80d8f328ca8da688aa3a8cb6a10389 (patch) | |
tree | 85a8dca56317bbea671f476f6f2aedb374f670b6 /devel/libFoundation | |
parent | 15c11119af629925a166c3c84e83fe4ded7c5907 (diff) | |
download | pkgsrc-bf2ffdf13c80d8f328ca8da688aa3a8cb6a10389.tar.gz |
Reverted the recent change that has set USE_LANGUAGES="c objc", where only
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to
handle this.
Diffstat (limited to 'devel/libFoundation')
-rw-r--r-- | devel/libFoundation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libFoundation/Makefile b/devel/libFoundation/Makefile index 7056696c805..a69fceec509 100644 --- a/devel/libFoundation/Makefile +++ b/devel/libFoundation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/28 00:26:26 rh Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/22 05:10:54 rillig Exp $ # DISTNAME= libFoundation-1.0.72-r107 @@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.opengroupware.org/en/devs/thirdparty/libFoundation/ COMMENT= Library implementing the OpenStep Foundation API -USE_LANGUAGES= c objc +USE_LANGUAGES= objc WRKSRC= ${WRKDIR}/libfoundation |