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 | 4c96fce97da7f7f1046f95c71ca90f682eb20d98 (patch) | |
tree | 85a8dca56317bbea671f476f6f2aedb374f670b6 /misc/Addresses | |
parent | 112281875e9e9648bbd00eecdc4648a90c19ea38 (diff) | |
download | pkgsrc-4c96fce97da7f7f1046f95c71ca90f682eb20d98.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 'misc/Addresses')
-rw-r--r-- | misc/Addresses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Addresses/Makefile b/misc/Addresses/Makefile index 18512b51b98..06cddc14fff 100644 --- a/misc/Addresses/Makefile +++ b/misc/Addresses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/07/21 05:19:03 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/22 05:10:54 rillig Exp $ # DISTNAME= Addresses-0.4.6 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://giesler.biz/bjoern/en/sw_addr.html COMMENT= Address book for GNUstep -USE_LANGUAGES= c objc +USE_LANGUAGES= objc NO_CONFIGURE= yes MAKE_ENV+= Addresses_OBJCFLAGS=-I.. |