diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-01 18:52:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-01 18:52:55 +0000 |
commit | 5240dd53474ad73382782ddcc87bb25ea030ce54 (patch) | |
tree | 5bc23be6025bd2b8549466cf46304863861be0b7 /www/phalcon | |
parent | e480690c307b29e719e739e0f0a7e012fbd6e2c6 (diff) |
Notes
Diffstat (limited to 'www/phalcon')
-rw-r--r-- | www/phalcon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile index 17cf70ef7bfc..e3a2f0f4447e 100644 --- a/www/phalcon/Makefile +++ b/www/phalcon/Makefile @@ -12,7 +12,8 @@ COMMENT= Phalcon PHP Framework written in C-language LICENSE= BSD3CLAUSE -WRKSRC= ${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/${ARCH:S/amd64/64/:S/i386/32/}bits +PBITS= ${ARCH:S/amd64/64/:S/i386/32/:S/x86_64/64/} +WRKSRC= ${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/${PBITS}bits CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} \ |