diff options
Diffstat (limited to 'graphics/pfstools/Makefile')
-rw-r--r-- | graphics/pfstools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index f6aa74004419..df615b3dd7ab 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -22,7 +22,7 @@ PFS_BUILD= ${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_SUB+= PFS_BASE=${PREFIX} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${PFS_BUILD} +CONFIGURE_TARGET= ${PFS_BUILD} CONFIGURE_ARGS= --disable-jpeghdr --disable-matlab \ --with-bash=${LOCALBASE}/bin/bash CONFIGURE_ENV= CPPFLAGS="${PFS_CPPFLAGS}" \ |