diff options
Diffstat (limited to 'devel/coccinelle')
-rw-r--r-- | devel/coccinelle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index dcd55b8a505c..07bd3c25c302 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -5,7 +5,6 @@ PORTNAME= coccinelle DISTVERSION= 1.0.0-rc19 CATEGORIES= devel MASTER_SITES= http://coccinelle.lip6.fr/distrib/ -EXTRACT_SUFX= .tgz MAINTAINER= avg@icyb.net.ua COMMENT= Program matching and transformation engine @@ -14,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USES= gmake perl5 pkgconfig:build +USES= gmake perl5 pkgconfig:build tar:tgz GNU_CONFIGURE= yes USE_PERL5= build USE_PYTHON= yes |