diff options
author | rh <rh> | 2006-05-28 00:26:26 +0000 |
---|---|---|
committer | rh <rh> | 2006-05-28 00:26:26 +0000 |
commit | 9c8e2b5ef50aca23be298a8f27cee2102f754d01 (patch) | |
tree | 4f7f02f7c6e247f50b4943c439b43d76a2bf1637 /misc | |
parent | 7615e0b79371377f7c691d7753c3eb02d9e57408 (diff) | |
download | pkgsrc-9c8e2b5ef50aca23be298a8f27cee2102f754d01.tar.gz |
Add USE_LANGUAGES= objc
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Addresses/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/Addresses/Makefile b/misc/Addresses/Makefile index f30a6579a10..10b23d5faec 100644 --- a/misc/Addresses/Makefile +++ b/misc/Addresses/Makefile @@ -1,4 +1,4 @@ -# $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 $ # DISTNAME= Addresses-0.4.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://giesler.biz/bjoern/en/sw_addr.html COMMENT= Address book for GNUstep +USE_LANGUAGES= objc + NO_CONFIGURE= yes MAKE_ENV+= Addresses_OBJCFLAGS=-I.. |