diff options
author | rh <rh> | 2006-05-28 00:26:26 +0000 |
---|---|---|
committer | rh <rh> | 2006-05-28 00:26:26 +0000 |
commit | d92e4d24fffe9b13c6116f9ede3591d979742b24 (patch) | |
tree | 4f7f02f7c6e247f50b4943c439b43d76a2bf1637 /www/sope/Makefile | |
parent | 1a2283a6e7a5d775f25a3655e642a49ba7c72058 (diff) | |
download | pkgsrc-d92e4d24fffe9b13c6116f9ede3591d979742b24.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 |