diff options
author | osa <osa@FreeBSD.org> | 2010-08-20 01:45:41 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-08-20 01:45:41 +0800 |
commit | 8433a58b7c6ff1ea5e22a764a34e8b977467258f (patch) | |
tree | bf28632525716cf76c84190c4274c728e88dc631 /lang | |
parent | db83ae4d628af7d2f158b04025bc7d19e7af0344 (diff) | |
download | freebsd-ports-graphics-8433a58b7c6ff1ea5e22a764a34e8b977467258f.tar.gz freebsd-ports-graphics-8433a58b7c6ff1ea5e22a764a34e8b977467258f.tar.zst freebsd-ports-graphics-8433a58b7c6ff1ea5e22a764a34e8b977467258f.zip |
Fix build.
Notice from: QAT
Pointy hat to: bapt
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ldc-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ldc-devel/Makefile b/lang/ldc-devel/Makefile index 68462e5d6ba..ce043d10774 100644 --- a/lang/ldc-devel/Makefile +++ b/lang/ldc-devel/Makefile @@ -22,6 +22,7 @@ LICENSE_COMB= multi LICENSE= BSD ART10 ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes +USE_PERL5_BUILD=yes USE_CMAKE= 2.6+ CXXFLAGS+= -DLLVM_REV=102413 USE_GMAKE= yes |