diff options
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 21b550fbc1d6..efa25624bc95 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -8,19 +8,17 @@ PORTNAME= parrot PORTVERSION= ${PARROT_VERSION} CATEGORIES= lang -MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ +MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/ MAINTAINER= perl@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - bison:${PORTSDIR}/devel/bison \ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre - LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ icudata.38:${PORTSDIR}/devel/icu - + MAKE_JOBS_UNSAFE= yes USE_BISON= build @@ -39,8 +37,8 @@ CONFIGURE_ARGS= --cc=${CC} --cxx=${CXX} --ld=${CC} --ccflags="${CFLAGS}" \ --verbose \ --prefix=${PREFIX} -INSTALL_TARGET=install-dev -ALL_TARGET=installable +INSTALL_TARGET= install-dev +ALL_TARGET= installable .include "${.CURDIR}/Makefile.common" |