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 /www/sope/Makefile | |
parent | 6fa5d35df0d76b6adb6b1d56c44fb60ba2504181 (diff) | |
download | pkgsrc-4b2d28c8af0536e8496b731b16e0f52a5bc29168.tar.gz |
Add USE_LANGUAGES= objc
Diffstat (limited to 'www/sope/Makefile')
-rw-r--r-- | www/sope/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/sope/Makefile b/www/sope/Makefile index d5d6a124c12..de4cfb11718 100644 --- a/www/sope/Makefile +++ b/www/sope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:31:03 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/28 00:26:27 rh Exp $ # DISTNAME= sope-4.5.4-nevermind-r878 @@ -14,6 +14,8 @@ COMMENT= Set of frameworks for a complete web application server environment BUILD_DEPENDS+= bash-[0-9]*:../../shells/bash +USE_LANGUAGES= objc + WRKSRC= ${WRKDIR}/sope USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes |