summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-11-17 11:54:10 +0000
committerasau <asau@pkgsrc.org>2009-11-17 11:54:10 +0000
commit3469a39c2d573c8f34d409fb2497e7d64b5fcc0e (patch)
treec8177864b4a5762b30a519ecb24c505f2c14d808
parentb9177fae02d8790d5c15158ed159aa66b9d21da1 (diff)
downloadpkgsrc-3469a39c2d573c8f34d409fb2497e7d64b5fcc0e.tar.gz
It needs "libexec". Bump revision.
-rw-r--r--lang/clang/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/clang/Makefile b/lang/clang/Makefile
index 2baf367da55..1d16d31ad12 100644
--- a/lang/clang/Makefile
+++ b/lang/clang/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/11/16 23:24:37 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/11/17 11:54:10 asau Exp $
#
DISTNAME= clang-2.6
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/
DISTFILES= llvm-2.6.tar.gz clang-2.6.tar.gz
@@ -21,7 +22,7 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-bindings=none # no OCaml, please!
-INSTALLATION_DIRS= bin lib
+INSTALLATION_DIRS= bin lib libexec
# This should be changed!
CONFIGURE_ARGS+= --enable-targets=host-only