From af1b30d017a8acb77fa173be72f8326489d9d82d Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 1 Aug 2013 08:07:46 +0000 Subject: Fix without gcc --- net-p2p/p5-Net-DirectConnect-TigerHash/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile b/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile index 20fdab72841b..f8a888b85d07 100644 --- a/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile +++ b/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DirectConnect-TigerHash -# Date created: 2010-11-23 -# Whom: Oleg Alexeenkov -# +# Created by: Oleg Alexeenkov # $FreeBSD$ -# PORTNAME= Net-DirectConnect-TigerHash PORTVERSION= 0.06 @@ -15,8 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= proler@gmail.com COMMENT= Perl Direct Connect TigerHash module -PERL_CONFIGURE= yes -CC= g++ +USES= perl5 +USE_PERL5= configure +CC= ${CXX} MAN3= Net::DirectConnect::TigerHash.3 -- cgit