1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

www/phalcon: Fix DragonFly build (No-Op for FreeBSD)

DragonFly 64-bit platform is called "x86_64", not "amd64".
Add this option to the variable substition -- and move this
to a separate line for better visibility.  No-Op and no bump
for FreeBSD.
This commit is contained in:
John Marino 2014-03-01 18:52:55 +00:00
parent e480690c30
commit 5240dd5347
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346714

View File

@ -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} \