diff options
Diffstat (limited to 'textproc/coccigrep/Makefile')
-rw-r--r-- | textproc/coccigrep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index b4cf72736db5..38640b7fd9c2 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -10,12 +10,11 @@ COMMENT= Semantic grep for the C language LICENSE= GPLv3 -RUN_DEPENDS= ${LOCALBASE}/bin/spatch:${PORTSDIR}/devel/coccinelle +RUN_DEPENDS= spatch:${PORTSDIR}/devel/coccinelle USE_GITHUB= yes GH_ACCOUNT= regit GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= d4eb23e USES= python USE_PYTHON= distutils autoplist |