diff options
Diffstat (limited to 'devel/deputy/Makefile')
-rw-r--r-- | devel/deputy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/deputy/Makefile b/devel/deputy/Makefile index 5ae675744254..c1c83f566f56 100644 --- a/devel/deputy/Makefile +++ b/devel/deputy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: deputy -# Date created: 19 March 2007 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= deputy PORTVERSION= 1.1 @@ -19,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlopt:${PORTSDIR}/lang/ocaml CONFLICTS= cil-* ONLY_FOR_ARCHS= i386 amd64 -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes |