diff options
author | jym <jym@pkgsrc.org> | 2011-07-03 16:27:14 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-07-03 16:27:14 +0000 |
commit | f5177722416b44479fec4c58cb4e9592ee3e1c45 (patch) | |
tree | d7bf619b04738bc755d051ce0cf5c1355c7fa7ad /misc/tellico | |
parent | 3bd02890be4b6488610c429967a134544c2b1224 (diff) | |
download | pkgsrc-f5177722416b44479fec4c58cb4e9592ee3e1c45.tar.gz |
check-interpreter fix.
Diffstat (limited to 'misc/tellico')
-rw-r--r-- | misc/tellico/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index d986ba68e59..48f82f03bb6 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2011/06/10 09:39:57 obache Exp $ +# $NetBSD: Makefile,v 1.37 2011/07/03 16:27:14 jym Exp $ # DISTNAME= tellico-2.3.2 @@ -16,6 +16,11 @@ BUILD_DEPENDS+= automoc4-[0-9]*:../../devel/automoc4 PKG_DESTDIR_SUPPORT= user-destdir +REPLACE_PERL+= src/core/tellico-1-3-update.pl +REPLACE_PYTHON+= src/fetch/scripts/*.py +REPLACE_PYTHON+= src/translators/griffith2tellico.py +REPLACE_RUBY+= src/fetch/scripts/boardgamegeek.rb + USE_LANGUAGES= c c++ USE_CMAKE= yes USE_TOOLS+= msgfmt pkg-config @@ -25,6 +30,9 @@ USE_TOOLS+= msgfmt pkg-config .include "../../devel/exempi/buildlink3.mk" .include "../../graphics/kdegraphics4/buildlink3.mk" .include "../../graphics/qimageblitz/buildlink3.mk" +.include "../../lang/python/application.mk" +.include "../../lang/ruby/buildlink3.mk" +.include "../../lang/ruby/replace.mk" .include "../../misc/kdepimlibs4/buildlink3.mk" .include "../../multimedia/kdemultimedia4/buildlink3.mk" .include "../../net/yaz/buildlink3.mk" |