diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
commit | 6adf864b810de100bd21887faadcdf85b56a2e52 (patch) | |
tree | c5527ff33b4f44978bc044b3f75b747288fdbad8 /lang/pfe/Makefile | |
parent | b15e495041a4fd2f9fafcc7d9540759c4c22a610 (diff) |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=327452
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r-- | lang/pfe/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index a63769cdfae6..3889be35e1af 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pfe-devel -# Date created: 29 October 2000 -# Whom: patrick -# +# Created by: patrick # $FreeBSD$ -# PORTNAME= pfe PORTVERSION= 0.33.71 @@ -14,9 +10,9 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Implementation of ANSI Forth USE_BZIP2= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 +USE_PERL5= build USE_GCC= 4.2+ -USE_GMAKE= yes USE_AUTOTOOLS= libtool LIBTOOLFILES= pfe/configure MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" |